diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-29 04:43:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-29 04:43:43 +0000 |
commit | b8b41aa5aca5837e46470bfd738598b1acb90028 (patch) | |
tree | 6dac4a0b4460812302bbf80895b92b1fadce2a7f /plugins | |
parent | 1c1403293485f35fd53db45aaa77a01cdd9627e7 (diff) | |
download | ktorrent-b8b41aa5aca5837e46470bfd738598b1acb90028.tar.gz ktorrent-b8b41aa5aca5837e46470bfd738598b1acb90028.zip |
Fix ktorrent Qt3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238774 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/zeroconf/avahiservice.cpp | 2 |
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" |