X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fnicklistwidget.h;h=02ec4cbb80b2172487a2551ffd44fdad5c1cdd36;hb=8bf92d33ac84cfede11b2361832607bea98f64c8;hp=7d1b109477f3d7e74c5f69a149d3591571ee8cbf;hpb=69952553cf2f5248a0c7e964d6d5844065d26612;p=quassel.git diff --git a/src/qtopia/nicklistwidget.h b/src/qtopia/nicklistwidget.h index 7d1b1094..02ec4cbb 100644 --- a/src/qtopia/nicklistwidget.h +++ b/src/qtopia/nicklistwidget.h @@ -1,11 +1,11 @@ /*************************************************************************** - * 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 * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -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;