X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fnicklistwidget.h;h=02ec4cbb80b2172487a2551ffd44fdad5c1cdd36;hp=35904d02723b1331ac3a717567029e825148b66d;hb=a1d785ae12b3ec04b43e243f3397bb6f8ecf60d5;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/qtopia/nicklistwidget.h b/src/qtopia/nicklistwidget.h index 35904d02..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,9 +37,12 @@ class NickListWidget : public QDialog { ~NickListWidget(); public slots: - void setBuffer(Buffer *); + void setBuffer(BufferId); void reset(); + private slots: + void bufferDestroyed(QObject *); + private: Ui::NickListWidget ui; QHash nickViews;