diff options
Diffstat (limited to 'plugins/upnp/upnpprefwidget.h')
-rw-r--r-- | plugins/upnp/upnpprefwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/upnp/upnpprefwidget.h b/plugins/upnp/upnpprefwidget.h index 9be0a24..272e0a2 100644 --- a/plugins/upnp/upnpprefwidget.h +++ b/plugins/upnp/upnpprefwidget.h @@ -25,7 +25,7 @@ #include "upnprouter.h" #include "upnpwidget.h" -class KListViewItem; +class TDEListViewItem; namespace bt { @@ -75,7 +75,7 @@ namespace kt virtual void portRemoved(const net::Port & port); private: - TQMap<KListViewItem*,UPnPRouter*> itemmap; + TQMap<TDEListViewItem*,UPnPRouter*> itemmap; UPnPRouter* def_router; }; } |