diff options
| author | 2008-10-04 14:39:38 +0000 | |
|---|---|---|
| committer | 2008-10-04 14:39:38 +0000 | |
| commit | 1519521a4e79738fd157d8e573e69836638d07ee (patch) | |
| tree | 69f4aae8bae057ef36ba8e168a2ffb2dc3997b28 /src/modules | |
| parent | many fixed to filetrasferwindows / transfer modules (diff) | |
| download | KVIrc-1519521a4e79738fd157d8e573e69836638d07ee.tar.gz KVIrc-1519521a4e79738fd157d8e573e69836638d07ee.tar.bz2 KVIrc-1519521a4e79738fd157d8e573e69836638d07ee.zip | |
re-enabled torrent module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2646 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/modules/torrent/tc_statusbarapplet.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index a3366ea29..fd16ac82b 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -34,13 +34,11 @@ SUBDIRS( popupeditor proxydb raweditor regchan reguser serverdb setup sharedfile sharedfileswindow snd socketspy spaste str system - texticons term theme tip tmphighlight toolbar toolbareditor trayicon + texticons term theme tip tmphighlight toolbar toolbareditor torrent trayicon upnp url window - # broken modules - # torrent # modules to deprecate ? # perl, perlcore diff --git a/src/modules/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp index ea854bce2..8cf634e5e 100644 --- a/src/modules/torrent/tc_statusbarapplet.cpp +++ b/src/modules/torrent/tc_statusbarapplet.cpp @@ -93,4 +93,6 @@ void KviTorrentStatusBarApplet::update() } } +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "tc_statusbarapplet.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES |
