X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtopia%2Fmainwidget.h;h=affa54446008724f6c660dc7e2c68d051f20734e;hb=d6b056e936ec441258d291b7a8af7b83f9f53016;hp=64c259619f2c463932036198c8f25a7cd7feea78;hpb=52380175425bdab29f825c9cd17a0e4c1952c2db;p=quassel.git diff --git a/src/qtopia/mainwidget.h b/src/qtopia/mainwidget.h index 64c25961..affa5444 100644 --- a/src/qtopia/mainwidget.h +++ b/src/qtopia/mainwidget.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel IRC Development Team * + * Copyright (C) 2005-07 by the Quassel IRC Team * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -34,12 +34,17 @@ class MainWidget : public QWidget { ~MainWidget(); public slots: + void setTopic(QString topic); void setBuffer(Buffer *); + private slots: + void enterPressed(); + private: Ui::MainWidget ui; QHash chatWidgets; + Buffer *currentBuffer; };