Save the mainwindow state properly when exiting the client.
[quassel.git] / src / qtopia / qtopiamainwin.h
index 306b3c2..1a59a58 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   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  *
@@ -48,9 +48,10 @@ class QtopiaMainWin : public QMainWindow {
     void requestBacklog(BufferInfo, QVariant, QVariant);
 
   private slots:
-    void showBuffer(Buffer *);
+    void showBuffer(BufferId);
     void showBufferView();
     void showNickList();
+    void showAboutDlg();
 
   protected:
     void closeEvent(QCloseEvent *);