summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.cpp
authorharlekin <harlekin>2003-03-26 22:21:28 (UTC)
committer harlekin <harlekin>2003-03-26 22:21:28 (UTC)
commitc6e22820a2c28eb8a8f6bab690a36c3fa2605387 (patch) (side-by-side diff)
treec459c32801c65bb635a4dd331d43cf9a1c9b232c /noncore/net/opietooth/manager/stdpopups.cpp
parent0e3f3b3edcbfb26239230e00fa5dc9244bdbbf02 (diff)
downloadopie-c6e22820a2c28eb8a8f6bab690a36c3fa2605387.zip
opie-c6e22820a2c28eb8a8f6bab690a36c3fa2605387.tar.gz
opie-c6e22820a2c28eb8a8f6bab690a36c3fa2605387.tar.bz2
added stuff for dun connections
Diffstat (limited to 'noncore/net/opietooth/manager/stdpopups.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/stdpopups.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/stdpopups.cpp b/noncore/net/opietooth/manager/stdpopups.cpp
index 934e58b..38b8ee7 100644
--- a/noncore/net/opietooth/manager/stdpopups.cpp
+++ b/noncore/net/opietooth/manager/stdpopups.cpp
@@ -2,6 +2,7 @@
#include "rfcpopup.h"
#include "obexpopup.h"
#include "panpopup.h"
+#include "dunpopup.h"
#include "stdpopups.h"
@@ -17,5 +18,9 @@ extern "C" {
QPopupMenu* newPanPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) {
return new OpieTooth::PanPopup( item );
}
+
+ QPopupMenu* newDunPopup( const OpieTooth::Services& service, OpieTooth::BTDeviceItem* item ) {
+ return new OpieTooth::DunPopup( item );
+ }
}