summaryrefslogtreecommitdiffstats
path: root/src/modules/torrent
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/torrent')
-rw-r--r--src/modules/torrent/libkvitorrent.cpp4
-rw-r--r--src/modules/torrent/tc_ktorrentdcopinterface.cpp4
-rw-r--r--src/modules/torrent/tc_ktorrentdcopinterface.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/torrent/libkvitorrent.cpp b/src/modules/torrent/libkvitorrent.cpp
index 8ab218ab..78702290 100644
--- a/src/modules/torrent/libkvitorrent.cpp
+++ b/src/modules/torrent/libkvitorrent.cpp
@@ -831,9 +831,9 @@ static bool torrent_module_init(KviModule *m)
g_pDescriptorList = new KviPointerList<KviTorrentInterfaceDescriptor>;
g_pDescriptorList->setAutoDelete(true);
-#ifdef COMPILE_KDE_SUPPORT
+#ifdef COMPILE_TDE_SUPPORT
g_pDescriptorList->append(new KviKTorrentDCOPInterfaceDescriptor);
-#endif // COMPILE_KDE_SUPPORT
+#endif // COMPILE_TDE_SUPPORT
KviTorrentInterface::select(0);
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.cpp b/src/modules/torrent/tc_ktorrentdcopinterface.cpp
index d6047194..be2dea52 100644
--- a/src/modules/torrent/tc_ktorrentdcopinterface.cpp
+++ b/src/modules/torrent/tc_ktorrentdcopinterface.cpp
@@ -25,7 +25,7 @@
//
//=============================================================================
-#ifdef COMPILE_KDE_SUPPORT
+#ifdef COMPILE_TDE_SUPPORT
#include "kvi_app.h"
@@ -496,5 +496,5 @@ bool KviKTorrentDCOPInterface::setMaxDownloadSpeed(int kbytes_per_sec)
#include "tc_ktorrentdcopinterface.moc"
-#endif // COMPILE_KDE_SUPPORT
+#endif // COMPILE_TDE_SUPPORT
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.h b/src/modules/torrent/tc_ktorrentdcopinterface.h
index 5bd30597..7114f5c0 100644
--- a/src/modules/torrent/tc_ktorrentdcopinterface.h
+++ b/src/modules/torrent/tc_ktorrentdcopinterface.h
@@ -31,7 +31,7 @@
#include "tc_interface.h"
-#ifdef COMPILE_KDE_SUPPORT
+#ifdef COMPILE_TDE_SUPPORT
#include <kvi_dcophelper.h>
@@ -127,6 +127,6 @@ private:
TORR_DECLARE_DESCRIPTOR(KviKTorrentDCOPInterface)
-#endif // COMPILE_KDE_SUPPORT
+#endif // COMPILE_TDE_SUPPORT
#endif // _TC_KTORRENTDCOPINTERFACE_H_