summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/pindlg.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/blue-pin/pindlg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/pindlg.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/noncore/net/opietooth/blue-pin/pindlg.h b/noncore/net/opietooth/blue-pin/pindlg.h
index b4f5ff8..5e5a763 100644
--- a/noncore/net/opietooth/blue-pin/pindlg.h
+++ b/noncore/net/opietooth/blue-pin/pindlg.h
@@ -3,3 +3,2 @@
3#include <qdialog.h> 3#include <qdialog.h>
4
5#include "pindlgbase.h" 4#include "pindlgbase.h"
@@ -7,4 +6,7 @@
7namespace OpieTooth { 6namespace OpieTooth {
7
8 class PinDlg : public PinDlgBase { 8 class PinDlg : public PinDlgBase {
9
9 Q_OBJECT 10 Q_OBJECT
11
10 public: 12 public:
@@ -17,2 +19,3 @@ namespace OpieTooth {
17 QString pin() const; 19 QString pin() const;
20
18 private: 21 private:
@@ -20,7 +23,7 @@ namespace OpieTooth {
20 QString m_mac; 23 QString m_mac;
24
21protected slots: 25protected slots:
22 void accept(); 26 void accept();
23 };
24
25 27
26}; 28};
29};