summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/panpopup.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/panpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/panpopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/panpopup.h b/noncore/net/opietooth/manager/panpopup.h
index 1496f3a..3e535e3 100644
--- a/noncore/net/opietooth/manager/panpopup.h
+++ b/noncore/net/opietooth/manager/panpopup.h
@@ -18,16 +18,16 @@ namespace OpieTooth {
18 public: 18 public:
19 PanPopup( OpieTooth::BTDeviceItem* ); 19 PanPopup( OpieTooth::BTDeviceItem* );
20 ~PanPopup(); 20 ~PanPopup();
21 21
22 private: 22 private:
23 QAction* m_push; 23 QAction* m_push;
24 OpieTooth::StartPanConnection* m_panconnection; 24 OpieTooth::StartPanConnection* m_panconnection;
25 OpieTooth::BTDeviceItem *m_item; 25 OpieTooth::BTDeviceItem *m_item;
26 private slots: 26 private slots:
27 void slotConnect(); 27 void slotConnect();
28 void slotDisconnect(); 28 void slotDisconnect();
29 void slotConnectAndConfig(); 29 void slotConnectAndConfig();
30 }; 30 };
31}; 31};
32 32
33#endif 33#endif