X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.h;h=f6f1db5bcabc183d1c6186dbbcda614333736f84;hp=19abd6f10b2b991381ceaa9de436f6f0e9cc9315;hb=28f1a9d9d96645757691cdea19500aefce4bcdac;hpb=85cc2479ab9bd85b33f4d8494b1eeeb46a6a1049 diff --git a/src/qtui/qtui.h b/src/qtui/qtui.h index 19abd6f1..f6f1db5b 100644 --- a/src/qtui/qtui.h +++ b/src/qtui/qtui.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel IRC Development 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 * * 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 * @@ -36,11 +36,14 @@ class QtUi : public AbstractUi { public: QtUi(); ~QtUi(); - void init(); + //void init(); AbstractUiMsg *layoutMsg(const Message &); static QtUiStyle *style(); + public slots: + void init(); + protected slots: void connectedToCore(); void disconnectedFromCore();