summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.h
blob: 185d68d6a85f0acb6ced38220fdf5d0ec562721d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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