summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/chuntdeselector.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 23:15:01 -0600
committerTimothy Pearson <[email protected]>2013-02-01 23:15:01 -0600
commit0889370e3050561372c3816dfb2902771ca83765 (patch)
tree03f268c37790f8bf319bf11a142826bc1074155d /libktorrent/torrent/chuntdeselector.cpp
parente4b7f05fbc9ea24f82940cc38c4dffdcd6802440 (diff)
downloadktorrent-0889370e3050561372c3816dfb2902771ca83765.tar.gz
ktorrent-0889370e3050561372c3816dfb2902771ca83765.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'libktorrent/torrent/chuntdeselector.cpp')
-rw-r--r--libktorrent/torrent/chuntdeselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/chuntdeselector.cpp b/libktorrent/torrent/chuntdeselector.cpp
index b1c42fa..5bbd140 100644
--- a/libktorrent/torrent/chuntdeselector.cpp
+++ b/libktorrent/torrent/chuntdeselector.cpp
@@ -23,7 +23,7 @@
#include <util/log.h>
#include <util/bitset.h>
#include "chunkcounter.h"
-#include "chunkselector.h"
+#include "chuntdeselector.h"
#include "chunkmanager.h"
#include "downloader.h"
#include "peerdownloader.h"
@@ -158,7 +158,7 @@ namespace bt
// lets do a safety check first
if (from >= cman.getNumChunks() || to >= cman.getNumChunks())
{
- Out(SYS_DIO|LOG_NOTICE) << "Internal error in chunkselector" << endl;
+ Out(SYS_DIO|LOG_NOTICE) << "Internal error in chuntdeselector" << endl;
return;
}