summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-29 04:43:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-29 04:43:43 +0000
commitb8b41aa5aca5837e46470bfd738598b1acb90028 (patch)
tree6dac4a0b4460812302bbf80895b92b1fadce2a7f
parent1c1403293485f35fd53db45aaa77a01cdd9627e7 (diff)
downloadktorrent-b8b41aa5.tar.gz
ktorrent-b8b41aa5.zip
Fix ktorrent Qt3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238774 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--plugins/zeroconf/avahiservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zeroconf/avahiservice.cpp b/plugins/zeroconf/avahiservice.cpp
index 714d92a..3b88989 100644
--- a/plugins/zeroconf/avahiservice.cpp
+++ b/plugins/zeroconf/avahiservice.cpp
@@ -19,7 +19,7 @@
#include <util/log.h>
#include <torrent/peerid.h>
#include <avahi-common/watch.h>
-#include <avahi-qt3/tqt-watch.h>
+#include <avahi-qt3/qt-watch.h>
#include "localbrowser.h"
#include "avahiservice.h"