X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fqtopiaui.h;h=f1629fdba64ece907454b5b9c9af91b0f4e4ffe5;hp=66ee17f9f5984d25a8452e4ddfc5c986ea9e951e;hb=2a60e60bdfd1ab26cea1ae68d5a8cf3bfb223d70;hpb=48979ba2c343ab50ae93a8bb1c355ce79115bd4f diff --git a/src/qtopia/qtopiaui.h b/src/qtopia/qtopiaui.h index 66ee17f9..f1629fdb 100644 --- a/src/qtopia/qtopiaui.h +++ b/src/qtopia/qtopiaui.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,7 +36,7 @@ class QtopiaUi : public AbstractUi { void init(); AbstractUiMsg *layoutMsg(const Message &); - QtopiaUiStyle *style() const; + static QtopiaUiStyle *style(); protected slots: void connectedToCore(); @@ -44,7 +44,7 @@ class QtopiaUi : public AbstractUi { private: QtopiaMainWin *mainWin; - QtopiaUiStyle *_style; + static QtopiaUiStyle *_style; };