summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/stumblersettings.h
Unidiff
Diffstat (limited to 'noncore/net/opiestumbler/stumblersettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opiestumbler/stumblersettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opiestumbler/stumblersettings.h b/noncore/net/opiestumbler/stumblersettings.h
index 997fc85..f444eba 100644
--- a/noncore/net/opiestumbler/stumblersettings.h
+++ b/noncore/net/opiestumbler/stumblersettings.h
@@ -1,22 +1,22 @@
1#ifndef STUMBLERSETTINGS_H 1#ifndef STUMBLERSETTINGS_H
2#define STUMBLERSETTINGS_H 2#define STUMBLERSETTINGS_H
3 3
4#include <qdialog.h> 4#include <qdialog.h>
5 5
6class Config; 6class Config;
7class QLineEdit; 7class QLineEdit;
8 8
9class StumblerSettings: public QDialog { 9class StumblerSettings: public QDialog {
10 10
11public: 11public:
12 StumblerSettings(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags f = 0); 12 StumblerSettings(QWidget* parent = 0, const char* name = 0, bool modal = false, WFlags f = 0);
13 ~StumblerSettings(); 13 ~StumblerSettings();
14 14
15protected slots: 15protected slots:
16 void accept(); 16 void accept();
17protected: 17protected:
18 Config *m_config; 18 Config *m_config;
19 QLineEdit *m_interface; 19 QLineEdit *m_interface;
20}; 20};
21 21
22#endif 22#endif