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
@@ -3,19 +3,21 @@
#include <qpopupmenu.h>
#include <qaction.h>
+#include <services.h>
+#include "btdeviceitem.h"
namespace OpieTooth {
class ObexPopup : public QPopupMenu {
Q_OBJECT
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();
};
};