summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/panpopup.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/panpopup.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/panpopup.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/panpopup.h b/noncore/net/opietooth/manager/panpopup.h
index 9d99f5e..1496f3a 100644
--- a/noncore/net/opietooth/manager/panpopup.h
+++ b/noncore/net/opietooth/manager/panpopup.h
@@ -5,3 +5,4 @@
5#include <qaction.h> 5#include <qaction.h>
6#include <opie/oprocess.h> 6
7#include <startpanconnection.h>
7 8
@@ -9,2 +10,3 @@
9 10
11
10namespace OpieTooth { 12namespace OpieTooth {
@@ -21,3 +23,3 @@ namespace OpieTooth {
21 QAction* m_push; 23 QAction* m_push;
22 OProcess* m_panconnect; 24 OpieTooth::StartPanConnection* m_panconnection;
23 OpieTooth::BTDeviceItem *m_item; 25 OpieTooth::BTDeviceItem *m_item;
@@ -25,5 +27,4 @@ namespace OpieTooth {
25 void slotConnect(); 27 void slotConnect();
28 void slotDisconnect();
26 void slotConnectAndConfig(); 29 void slotConnectAndConfig();
27 void slotExited( OProcess* proc );
28 void slotStdOut( OProcess* proc, char* chars, int len );
29 }; 30 };