SVN_SILENT made messages (.desktop file) - always resolve ours
[kdepim.git] / akregator / configuration / akregator_config_browser.h
blob0da442ff6dfa7eae9bbcc0bff49db15860e2c214
1 /*
2 This file is part of Akregator.
3 Copyright (c) 2008 Frank Osterfeld <osterfeld@kde.org>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 As a special exception, permission is given to link this program
20 with any edition of Qt, and distribute the resulting executable,
21 without including the source code for Qt in the source distribution.
24 #ifndef AKREGATOR_CONFIG_BROWSER_H
25 #define AKREGATOR_CONFIG_BROWSER_H
27 #include <KCModule>
29 #include <QVariant>
31 class QWidget;
33 class KCMAkregatorBrowserConfig : public KCModule
35 Q_OBJECT
37 public:
38 KCMAkregatorBrowserConfig(QWidget *parent, const QVariantList &args);
40 private:
41 QWidget *m_widget;
44 #endif // AKREGATOR_CONFIG_BROWSER_H