summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/panpopup.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/panpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/panpopup.h11
1 files changed, 6 insertions, 5 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 @@
#include <qaction.h>
-#include <opie/oprocess.h>
+
+#include <startpanconnection.h>
@@ -9,2 +10,3 @@
+
namespace OpieTooth {
@@ -21,3 +23,3 @@ namespace OpieTooth {
QAction* m_push;
- OProcess* m_panconnect;
+ OpieTooth::StartPanConnection* m_panconnection;
OpieTooth::BTDeviceItem *m_item;
@@ -25,6 +27,5 @@ namespace OpieTooth {
void slotConnect();
+ void slotDisconnect();
void slotConnectAndConfig();
- void slotExited( OProcess* proc );
- void slotStdOut( OProcess* proc, char* chars, int len );
- };
+ };
};