X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=fcf9cd5b74af40e7b9b20d5f558737d600013882;hp=efa03d7a2ab7d68850f0dd18c311bea713b2bb0f;hb=45d9ea6ed5d64eec3ca351fdcf7610c7cff3529d;hpb=44b22c4419f478a20f6324f9f3a700a2dec56302 diff --git a/src/common/settings.h b/src/common/settings.h index efa03d7a..fcf9cd5b 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel 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 * @@ -23,9 +23,9 @@ #include #include +#include -class Settings : public QObject { - Q_OBJECT +class Settings : private QSettings { public: virtual ~Settings(); @@ -52,6 +52,7 @@ class Settings : public QObject { virtual void removeLocalKey(const QString &key); QString group; + };