summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/stumblersettings.h
authorskyhusker <skyhusker>2005-06-12 14:08:02 (UTC)
committer skyhusker <skyhusker>2005-06-12 14:08:02 (UTC)
commitd6998357a5523188f5273549529193092334303e (patch) (unidiff)
tree82800f1a80db367cdff3c5e9040a1411aafef9d7 /noncore/net/opiestumbler/stumblersettings.h
parentdc88bc9ebf2514d53eceb17ebcd1c67b89c6da70 (diff)
downloadopie-d6998357a5523188f5273549529193092334303e.zip
opie-d6998357a5523188f5273549529193092334303e.tar.gz
opie-d6998357a5523188f5273549529193092334303e.tar.bz2
TRUE->true, FALSE->false
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