summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/stdpopups.h') (more/less context) (show 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 @@
1
2#ifndef OPIE_TOOTH_STD_POPUPS
3#define OPIE_TOOTH_STD_POPUPS
4
5#include <qlistview.h>
6#include <qpopupmenu.h>
7
8#include <services.h>
9
10extern "C" {
11QPopupMenu* newRfcComPopup( const OpieTooth::Services&, QListViewItem* );
12QPopupMenu* newObexPushPopup( const OpieTooth::Services&, QListViewItem* );
13}
14
15#endif