X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fnicklistwidget.h;h=02ec4cbb80b2172487a2551ffd44fdad5c1cdd36;hp=fe9a10e4af7f03cc33e72ecf34e13e9a097320d2;hb=e561e02a8d2f1f009559d17c7b1c66cb6f4e2a5a;hpb=36b2b9680ff608f41c681b8c23865abb06a2464c diff --git a/src/qtopia/nicklistwidget.h b/src/qtopia/nicklistwidget.h index fe9a10e4..02ec4cbb 100644 --- a/src/qtopia/nicklistwidget.h +++ b/src/qtopia/nicklistwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,6 +26,7 @@ #include "ui_nicklistwidget.h" class Buffer; +class BufferId; class NickView; class NickListWidget : public QDialog { @@ -36,7 +37,7 @@ class NickListWidget : public QDialog { ~NickListWidget(); public slots: - void setBuffer(Buffer *); + void setBuffer(BufferId); void reset(); private slots: