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.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/obexpopup.h b/noncore/net/opietooth/manager/obexpopup.h
new file mode 100644
index 0000000..ba95e27
--- a/dev/null
+++ b/noncore/net/opietooth/manager/obexpopup.h
@@ -0,0 +1,23 @@
+#ifndef OBEXPOPUP_H
+#define OBEXPOPUP_H
+
+#include <qpopupmenu.h>
+#include <qaction.h>
+
+namespace OpieTooth {
+
+ class ObexPopup : public QPopupMenu {
+ Q_OBJECT
+ public:
+ ObexPopup();
+ ~ObexPopup();
+
+
+ private:
+ QAction* m_push;
+ private slots:
+ void slotPush();
+ };
+};
+
+#endif