summaryrefslogtreecommitdiffstats
path: root/plugins/upnp/upnpprefwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:44 -0600
commit4ba6286d9eaa3754119526dc1ac3435a341549cb (patch)
tree92749c4fa4e554fd060c8ac9aeb4d1490f05141c /plugins/upnp/upnpprefwidget.h
parent2cf12b3b4be272da465791312b82cfcc77704b9d (diff)
downloadktorrent-4ba6286d9eaa3754119526dc1ac3435a341549cb.tar.gz
ktorrent-4ba6286d9eaa3754119526dc1ac3435a341549cb.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'plugins/upnp/upnpprefwidget.h')
-rw-r--r--plugins/upnp/upnpprefwidget.h4
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;
};
}