diff options
Diffstat (limited to 'src/modules/torrent/libkvitorrent.cpp')
-rw-r--r-- | src/modules/torrent/libkvitorrent.cpp | 4 |
1 files changed, 2 insertions, 2 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); |