summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/stdpopups.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/stdpopups.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/stdpopups.h b/noncore/net/opietooth/manager/stdpopups.h
new file mode 100644
index 0000000..185d68d
--- a/dev/null
+++ b/noncore/net/opietooth/manager/stdpopups.h
@@ -0,0 +1,15 @@
+
+#ifndef OPIE_TOOTH_STD_POPUPS
+#define OPIE_TOOTH_STD_POPUPS
+
+#include <qlistview.h>
+#include <qpopupmenu.h>
+
+#include <services.h>
+
+extern "C" {
+QPopupMenu* newRfcComPopup( const OpieTooth::Services&, QListViewItem* );
+QPopupMenu* newObexPushPopup( const OpieTooth::Services&, QListViewItem* );
+}
+
+#endif