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.h') diff --git a/noncore/net/opietooth/manager/popuphelper.h b/noncore/net/opietooth/manager/popuphelper.h index 7541ac5..6d4d413 100644 --- a/noncore/net/opietooth/manager/popuphelper.h +++ b/noncore/net/opietooth/manager/popuphelper.h @@ -9,14 +9,14 @@ #include namespace OpieTooth { - typedef QPopupMenu* (*popupFactory)(const Services&, QListViewItem*); + typedef QPopupMenu* (*popupFactory)(const Services&, BTDeviceItem*); typedef QMap FactoryMap; class PopupHelper { public: PopupHelper(); ~PopupHelper(); void insert( int id, popupFactory fact ); - QPopupMenu* find( int id, const Services&, QListViewItem* ); + QPopupMenu* find( int id, const Services&, BTDeviceItem* ); private: void init(); FactoryMap m_map; -- cgit v0.9.0.2