X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fqtopiamainwin.h;h=1a59a58461b4bf85fbf682d4efaf9c4d8f5a700e;hb=f4cac5d91eaf742bb36dac34a3b4a52ac12cb606;hp=306b3c2f039bcbd5a387bb5be38a1e446d24477e;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016;p=quassel.git diff --git a/src/qtopia/qtopiamainwin.h b/src/qtopia/qtopiamainwin.h index 306b3c2f..1a59a584 100644 --- a/src/qtopia/qtopiamainwin.h +++ b/src/qtopia/qtopiamainwin.h @@ -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 *);