Don't show migration warnings if we don't have old settings to migrate
[quassel.git] / src / qtui / nicklistwidget.h
index 2da05a9..79caf35 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -69,9 +69,9 @@ class NickListDock : public QDockWidget {
 
 public:
   NickListDock(const QString &title, QWidget *parent = 0);
-  ~NickListDock();
+  // ~NickListDock();
 
-  virtual bool event(QEvent *event);
+  // virtual bool event(QEvent *event);
 };
 
 #endif