aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/torrent
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-10-09 15:10:14 +0000
committerGravatar Elvio Basello2008-10-09 15:10:14 +0000
commite32db8481618113efe096523fecd8b28d8f884b2 (patch)
tree2afe3da37fcdfabb45efb1a999bcff31a8afc005 /src/modules/torrent
parentremoved useless define (diff)
downloadKVIrc-e32db8481618113efe096523fecd8b28d8f884b2.tar.gz
KVIrc-e32db8481618113efe096523fecd8b28d8f884b2.tar.bz2
KVIrc-e32db8481618113efe096523fecd8b28d8f884b2.zip
renamed old KDE 3 define
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2676 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/torrent')
-rw-r--r--src/modules/torrent/libkvitorrent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/torrent/libkvitorrent.cpp b/src/modules/torrent/libkvitorrent.cpp
index fbb1a3ad4..7f72cd3cc 100644
--- a/src/modules/torrent/libkvitorrent.cpp
+++ b/src/modules/torrent/libkvitorrent.cpp
@@ -832,7 +832,7 @@ static bool torrent_module_init(KviModule *m)
#ifdef COMPILE_KDE3_SUPPORT
g_pDescriptorList->append(new KviKTorrentDCOPInterfaceDescriptor);
-#endif // COMPILE_KDE_SUPPORT
+#endif // COMPILE_KDE3_SUPPORT
KviTorrentInterface::select(0);