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) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h4
1 files changed, 3 insertions, 1 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,12 +15,14 @@ class QGridLayout;
15class QFrame; 15class QFrame;
16class QLabel; 16class QLabel;
17class QPushButton; 17class QPushButton;
18class QTabWidget; 18class QTabWidget;
19class QCheckBox; 19class QCheckBox;
20 20
21namespace OpieTooth {
22
21class BlueBase : public BluetoothBase { 23class BlueBase : public BluetoothBase {
22 Q_OBJECT 24 Q_OBJECT
23 25
24public: 26public:
25 BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 27 BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
26 ~BlueBase(); 28 ~BlueBase();
@@ -48,9 +50,9 @@ protected:
48 private slots: 50 private slots:
49 51
50 void applyConfigChanges(); 52 void applyConfigChanges();
51 53
52}; 54};
53 55
54 56}
55 57
56#endif 58#endif