summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexpopup.h
Unidiff
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 @@
1#ifndef OBEXPOPUP_H
2#define OBEXPOPUP_H
3
4#include <qpopupmenu.h>
5#include <qaction.h>
6
7namespace OpieTooth {
8
9 class ObexPopup : public QPopupMenu {
10 Q_OBJECT
11 public:
12 ObexPopup();
13 ~ObexPopup();
14
15
16 private:
17 QAction* m_push;
18 private slots:
19 void slotPush();
20 };
21};
22
23#endif