From 430017b047c885ba4dfd9f4074f4e4ab130d5709 Mon Sep 17 00:00:00 2001 From: korovkin Date: Mon, 03 Apr 2006 04:12:19 +0000 Subject: Added dialog boxes for PAN and DUN connections. Added message boxes in order to confirm DUN and PAN disconnections. --- (limited to 'noncore/net/opietooth/manager/dunpopup.h') 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 @@ -3,8 +3,7 @@ #include #include - -#include +#include #include "btdeviceitem.h" @@ -16,13 +15,13 @@ namespace OpieTooth { Q_OBJECT public: - DunPopup( OpieTooth::BTDeviceItem* ); + DunPopup(const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); ~DunPopup(); private: QAction* m_push; - OpieTooth::StartDunConnection* m_dunconnection; - OpieTooth::BTDeviceItem *m_item; + OpieTooth::BTDeviceItem *m_item; //device item + Services m_service; //device service (port) private slots: void slotConnect(); void slotDisconnect(); -- cgit v0.9.0.2