From d3f71dadbd2dafcf42480afeffe75e7e36ec7d9c Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 21 Mar 2003 15:56:58 +0000 Subject: move connection work to the lib --- (limited to 'noncore/net/opietooth/manager/panpopup.h') 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 @@ -3,10 +3,12 @@ #include #include -#include + +#include #include "btdeviceitem.h" + namespace OpieTooth { class PanPopup : public QPopupMenu { @@ -19,14 +21,13 @@ namespace OpieTooth { private: QAction* m_push; - OProcess* m_panconnect; + OpieTooth::StartPanConnection* m_panconnection; OpieTooth::BTDeviceItem *m_item; private slots: void slotConnect(); + void slotDisconnect(); void slotConnectAndConfig(); - void slotExited( OProcess* proc ); - void slotStdOut( OProcess* proc, char* chars, int len ); - }; + }; }; #endif -- cgit v0.9.0.2