summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/popuphelper.cpp
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/popuphelper.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/popuphelper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/popuphelper.cpp b/noncore/net/opietooth/manager/popuphelper.cpp
index 7da7002..ab22fea 100644
--- a/noncore/net/opietooth/manager/popuphelper.cpp
+++ b/noncore/net/opietooth/manager/popuphelper.cpp
@@ -25,11 +25,12 @@ QPopupMenu* PopupHelper::find( int id, const Services& ser, BTDeviceItem* item )
25 } 25 }
26 return 0l; 26 return 0l;
27} 27}
28 28
29void PopupHelper::init() { 29void PopupHelper::init() {
30 insert( 4355, newRfcComPopup ); 30 insert( 4355, newRfcComPopup );
31 insert( 4354, newDunPopup );
31 insert( 4353, newRfcComPopup ); 32 insert( 4353, newRfcComPopup );
32 insert( 4357, newObexPushPopup ); 33 insert( 4357, newObexPushPopup );
33 insert( 4358, newObexPushPopup ); 34 insert( 4358, newObexPushPopup );
34 insert( 4374, newPanPopup ); 35 insert( 4374, newPanPopup );
35} 36}