summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.cpp
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index 3d446f0..c905ea3 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -40,2 +40,6 @@
40 40
41
42namespace OpieTooth {
43
44
41BlueBase::BlueBase( QWidget* parent, const char* name, WFlags fl ) 45BlueBase::BlueBase( QWidget* parent, const char* name, WFlags fl )
@@ -93,4 +97,2 @@ void BlueBase::writeConfig() {
93 cfg.writeEntry("enableInquiryscan", enableInquiryscan); 97 cfg.writeEntry("enableInquiryscan", enableInquiryscan);
94
95
96} 98}
@@ -111,3 +113,2 @@ void BlueBase::initGui() {
111 passkeyLine->setText(defaultPasskey); 113 passkeyLine->setText(defaultPasskey);
112
113} 114}
@@ -145,4 +146,2 @@ void BlueBase::applyConfigChanges() {
145 // falls nötig hcid killhupen - die funktionalität adden 146 // falls nötig hcid killhupen - die funktionalität adden
146
147
148} 147}
@@ -164,2 +163,3 @@ BlueBase::~BlueBase(){
164 163
164}
165 165