X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fbufferviewwidget.h;h=569f07f26fb24ae543c18cda77c304f757a242f6;hp=347626e2fc7438d7fdd2aee37d190b0ba095ec59;hb=6bd0b562428184b3b4b2f50bac429bb20ce6a986;hpb=9b577202cff410b8a2f179fd9f3e33353e913cc7 diff --git a/src/qtopia/bufferviewwidget.h b/src/qtopia/bufferviewwidget.h index 347626e2..569f07f2 100644 --- a/src/qtopia/bufferviewwidget.h +++ b/src/qtopia/bufferviewwidget.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 * @@ -31,8 +31,9 @@ class BufferViewWidget : public QDialog { public: BufferViewWidget(QWidget *parent = 0); - ~BufferViewWidget(); + virtual ~BufferViewWidget(); + virtual void accept(); private: void addPage(const QString &title, const BufferViewFilter::Modes &mode, const QList &nets);