X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fguisettings.h;fp=src%2Fqtui%2Fguisettings.h;h=0000000000000000000000000000000000000000;hp=529a2270b2e4ab0f30b3d9eefa88220da5ed6914;hb=61f42c7c9d0e5428512287f97ded31448741f2da;hpb=36f65bf2531e3bf94dd8d968f4eb9c598cd7cd61 diff --git a/src/qtui/guisettings.h b/src/qtui/guisettings.h deleted file mode 100644 index 529a2270..00000000 --- a/src/qtui/guisettings.h +++ /dev/null @@ -1,46 +0,0 @@ -/*************************************************************************** - * 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) version 3. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - -#ifndef _GUISETTINGS_H_ -#define _GUISETTINGS_H_ - -#include "clientsettings.h" - -class GuiSettings : public ClientSettings { - - public: - GuiSettings(); - - -}; - -class GuiProfile : public ClientSettings { - - public: - GuiProfile(); - - static QStringList availableProfiles(); - static GuiProfile *profile(QString name); - - - -}; - -#endif