as a result of semi boredom and since it bugged me for quite a while:
[quassel.git] / src / qtopia / bufferviewwidget.h
index 347626e..15c9b30 100644 (file)
@@ -5,7 +5,7 @@
  *   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<uint> &nets);