X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fqtopiamainwin.h;h=1a59a58461b4bf85fbf682d4efaf9c4d8f5a700e;hp=526cb587495a0f7d2e15af306a77a703ac71fb56;hb=be8488a1fe20fd121d9c54dc52b24966a3432740;hpb=8f6f3932998ffb3778e4e077dfb301da4cf34c1f diff --git a/src/qtopia/qtopiamainwin.h b/src/qtopia/qtopiamainwin.h index 526cb587..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,7 +48,7 @@ class QtopiaMainWin : public QMainWindow { void requestBacklog(BufferInfo, QVariant, QVariant); private slots: - void showBuffer(Buffer *); + void showBuffer(BufferId); void showBufferView(); void showNickList(); void showAboutDlg();