summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/dunpopup.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/dunpopup.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/dunpopup.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/noncore/net/opietooth/manager/dunpopup.h b/noncore/net/opietooth/manager/dunpopup.h
index c070c56..6058b20 100644
--- a/noncore/net/opietooth/manager/dunpopup.h
+++ b/noncore/net/opietooth/manager/dunpopup.h
@@ -5,4 +5,3 @@
5#include <qaction.h> 5#include <qaction.h>
6 6#include <services.h>
7#include <startdunconnection.h>
8 7
@@ -18,3 +17,3 @@ namespace OpieTooth {
18 public: 17 public:
19 DunPopup( OpieTooth::BTDeviceItem* ); 18 DunPopup(const OpieTooth::Services&, OpieTooth::BTDeviceItem* );
20 ~DunPopup(); 19 ~DunPopup();
@@ -23,4 +22,4 @@ namespace OpieTooth {
23 QAction* m_push; 22 QAction* m_push;
24 OpieTooth::StartDunConnection* m_dunconnection; 23 OpieTooth::BTDeviceItem *m_item; //device item
25 OpieTooth::BTDeviceItem *m_item; 24 Services m_service; //device service (port)
26 private slots: 25 private slots: