summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.cpp
blob: f462368f8cdab3e1ef885720b17b6530c07c1568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

//#include "rfccompopup.h"

#include "stdpopups.h"


QPopupMenu* newRfcComPopup( const OpieTooth::Services& servive, QListViewItem* item ) {
    //  return OpieTooth::RfcComPopup( servive,  item );
    return 0l;
}
QPopupMenu* newObexPushPopup( const OpieTooth::Services&, QListViewItem* ) {
    return 0l;
}