X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fbufferviewwidget.h;h=4aa0adf7b7c56915709ffc4af9b786b48f750e11;hp=347626e2fc7438d7fdd2aee37d190b0ba095ec59;hb=0b9f74984780aacbe85ca04c44ec6304c86557c2;hpb=9b577202cff410b8a2f179fd9f3e33353e913cc7 diff --git a/src/qtopia/bufferviewwidget.h b/src/qtopia/bufferviewwidget.h index 347626e2..4aa0adf7 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,11 +31,12 @@ 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); + void addPage(const QString &title, const BufferViewFilter::Modes &mode, const QList &nets); Ui::BufferViewWidget ui; };