summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexpopup.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/obexpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/obexpopup.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/noncore/net/opietooth/manager/obexpopup.h b/noncore/net/opietooth/manager/obexpopup.h
index ba95e27..25af0d9 100644
--- a/noncore/net/opietooth/manager/obexpopup.h
+++ b/noncore/net/opietooth/manager/obexpopup.h
@@ -5,2 +5,4 @@
#include <qaction.h>
+#include <services.h>
+#include "btdeviceitem.h"
@@ -11,9 +13,9 @@ namespace OpieTooth {
public:
- ObexPopup();
+ ObexPopup(const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item);
~ObexPopup();
-
-
- private:
+ protected:
QAction* m_push;
- private slots:
+ OpieTooth::BTDeviceItem *m_item;
+ Services m_service;
+ protected slots:
void slotPush();