X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fqtopiamainwin.h;h=1a59a58461b4bf85fbf682d4efaf9c4d8f5a700e;hb=1066294489c2469323a2813b63ae4653d148bbc7;hp=526cb587495a0f7d2e15af306a77a703ac71fb56;hpb=8f6f3932998ffb3778e4e077dfb301da4cf34c1f;p=quassel.git 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();