Send correct mouse wheel events when scaling is enabled.
[kdenetwork.git] / knewsticker / settingsdialog.h
blobafb708bd3966359dd4b252d0e08f6cd1a2dd77e4
1 /*
2 * settingsdialog.h
4 * Copyright (c) 2007 Frerich Raabe <raabe@kde.org>
6 * This program is distributed in the hope that it will be useful, but WITHOUT
7 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
8 * FOR A PARTICULAR PURPOSE. For licensing and distribution details, check the
9 * accompanying file 'COPYING'.
11 #ifndef SETTINGSDIALOG_H
12 #define SETTINGSDIALOG_H
14 #include <kconfigdialog.h>
16 class FeedSettingsWidget;
18 class SettingsDialog : public KConfigDialog
20 Q_OBJECT
21 public:
22 SettingsDialog( QWidget *parent = 0 );
24 QStringList feedUrls() const;
26 private:
27 FeedSettingsWidget *m_feedSettingsWidget;
30 #endif // !defined(SETTINGSDIALOG_H)