00001 00002 #ifndef OPIE_TOOTH_STD_POPUPS 00003 #define OPIE_TOOTH_STD_POPUPS 00004 00005 #include <qlistview.h> 00006 #include <qpopupmenu.h> 00007 00008 #include <services.h> 00009 00010 #include "btdeviceitem.h" 00011 00012 extern "C" { 00013 00014 QPopupMenu* newRfcComPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); 00015 QPopupMenu* newObexPushPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); 00016 QPopupMenu* newPanPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); 00017 QPopupMenu* newDunPopup( const OpieTooth::Services&, OpieTooth::BTDeviceItem* ); 00018 } 00019 00020 #endif
1.4.2