summaryrefslogtreecommitdiffstats
path: root/libktorrent/interfaces/guiinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/interfaces/guiinterface.cpp')
-rw-r--r--libktorrent/interfaces/guiinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/interfaces/guiinterface.cpp b/libktorrent/interfaces/guiinterface.cpp
index 8a87d90..635415e 100644
--- a/libktorrent/interfaces/guiinterface.cpp
+++ b/libktorrent/interfaces/guiinterface.cpp
@@ -33,7 +33,7 @@ namespace kt
void GUIInterface::notifyViewListeners(TorrentInterface* tc)
{
- QPtrList<ViewListener>::iterator i = listeners.begin();
+ TQPtrList<ViewListener>::iterator i = listeners.begin();
while (i != listeners.end())
{
ViewListener* vl = *i;