summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/pindlg.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/blue-pin/pindlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/pindlg.h13
1 files changed, 8 insertions, 5 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 @@
#include <qdialog.h>
-
#include "pindlgbase.h"
@@ -7,4 +6,7 @@
namespace OpieTooth {
+
class PinDlg : public PinDlgBase {
- Q_OBJECT
+
+ Q_OBJECT
+
public:
@@ -17,2 +19,3 @@ namespace OpieTooth {
QString pin() const;
+
private:
@@ -20,7 +23,7 @@ namespace OpieTooth {
QString m_mac;
-protected slots:
- void accept();
- };
+ protected slots:
+ void accept();
+ };
};