summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
authorharlekin <harlekin>2002-06-15 19:30:18 (UTC)
committer harlekin <harlekin>2002-06-15 19:30:18 (UTC)
commitef75752efaef84e4b7350f9768f3cb3c4fd744af (patch) (unidiff)
tree214003e2d50a1f9c982b4f3fbcc3f4fd3f0e1ba1 /noncore/net/opietooth/manager/bluebase.h
parenta041cfe9806d7089d469e14da125adab4a93a5ab (diff)
downloadopie-ef75752efaef84e4b7350f9768f3cb3c4fd744af.zip
opie-ef75752efaef84e4b7350f9768f3cb3c4fd744af.tar.gz
opie-ef75752efaef84e4b7350f9768f3cb3c4fd744af.tar.bz2
wip
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h32
1 files changed, 17 insertions, 15 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index fb1844c..023af7a 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -15,42 +15,44 @@ class QGridLayout;
15class QFrame; 15class QFrame;
16class QLabel; 16class QLabel;
17class QPushButton; 17class QPushButton;
18class QTabWidget; 18class QTabWidget;
19class QCheckBox; 19class QCheckBox;
20 20
21class BlueBase : public BluetoothBase { 21namespace OpieTooth {
22 Q_OBJECT
23 22
24public: 23 class BlueBase : public BluetoothBase {
25 BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 24 Q_OBJECT
26 ~BlueBase();
27 25
28protected: 26 public:
27 BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
28 ~BlueBase();
29 29
30 protected:
30 31
31 private slots:
32 void startScan();
33 32
34 private: 33 private slots:
34 void startScan();
35
36 private:
35 void readConfig(); 37 void readConfig();
36 void writeConfig(); 38 void writeConfig();
37 QString getStatus(); 39 QString getStatus();
38 void initGui(); 40 void initGui();
39 41
40 42
41 QString deviceName; 43 QString deviceName;
42 QString defaultPasskey; 44 QString defaultPasskey;
43 int useEncryption; 45 int useEncryption;
44 int enableAuthentification; 46 int enableAuthentification;
45 int enablePagescan; 47 int enablePagescan;
46 int enableInquiryscan; 48 int enableInquiryscan;
47 49
48 private slots: 50 private slots:
49
50 void applyConfigChanges();
51 51
52}; 52 void applyConfigChanges();
53 53
54 };
54 55
56}
55 57
56#endif 58#endif