summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Side-by-side diff
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
@@ -20,16 +20,18 @@ class QCheckBox;
-class BlueBase : public BluetoothBase {
- Q_OBJECT
+namespace OpieTooth {
-public:
- BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~BlueBase();
+ class BlueBase : public BluetoothBase {
+ Q_OBJECT
-protected:
+ public:
+ BlueBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ~BlueBase();
+ protected:
- private slots:
- void startScan();
- private:
+ private slots:
+ void startScan();
+
+ private:
void readConfig();
@@ -39,3 +41,3 @@ protected:
-
+
QString deviceName;
@@ -45,11 +47,11 @@ protected:
int enablePagescan;
- int enableInquiryscan;
-
+ int enableInquiryscan;
+
private slots:
-
- void applyConfigChanges();
-};
+ void applyConfigChanges();
+ };
+}