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

//#include "rfccompopup.h"

#include "stdpopups.h"

extern "C" {

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

}