diff options
| author | 2008-10-09 15:10:14 +0000 | |
|---|---|---|
| committer | 2008-10-09 15:10:14 +0000 | |
| commit | e32db8481618113efe096523fecd8b28d8f884b2 (patch) | |
| tree | 2afe3da37fcdfabb45efb1a999bcff31a8afc005 /src/modules/torrent | |
| parent | removed useless define (diff) | |
| download | KVIrc-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.cpp | 2 |
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); |
