From 086b00610edfb25fb25cf54a0f8da8a16b55246a Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 21 Jul 2002 20:02:13 +0000 Subject: connection to popups on services --- (limited to 'noncore/net/opietooth/manager/popuphelper.cpp') diff --git a/noncore/net/opietooth/manager/popuphelper.cpp b/noncore/net/opietooth/manager/popuphelper.cpp index ba91e04..4a4daf2 100644 --- a/noncore/net/opietooth/manager/popuphelper.cpp +++ b/noncore/net/opietooth/manager/popuphelper.cpp @@ -17,7 +17,7 @@ void PopupHelper::insert( int id, popupFactory fact ) { m_map.insert(id, fact ); } -QPopupMenu* PopupHelper::find( int id, const Services& ser, QListViewItem* item ) { +QPopupMenu* PopupHelper::find( int id, const Services& ser, BTDeviceItem* item ) { //qWarning("find"); FactoryMap::Iterator it = m_map.find(id ); if ( it != m_map.end() ) { -- cgit v0.9.0.2