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) (side-by-side diff)
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
@@ -18,39 +18,41 @@ class QPushButton;
class QTabWidget;
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();
void writeConfig();
QString getStatus();
void initGui();
-
+
QString deviceName;
QString defaultPasskey;
int useEncryption;
int enableAuthentification;
int enablePagescan;
- int enableInquiryscan;
-
+ int enableInquiryscan;
+
private slots:
-
- void applyConfigChanges();
-};
+ void applyConfigChanges();
+ };
+}
#endif