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) (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
@@ -1,12 +1,14 @@
#include <qdialog.h>
-
#include "pindlgbase.h"
namespace OpieTooth {
+
class PinDlg : public PinDlgBase {
+
Q_OBJECT
+
public:
PinDlg(const QString& text,
const QString& mac,
@@ -15,12 +17,13 @@ namespace OpieTooth {
~PinDlg();
void setMac( const QString& );
QString pin() const;
+
private:
void test( const QString& mac );
QString m_mac;
+
protected slots:
void accept();
- };
-
};
+};