summaryrefslogtreecommitdiffstats
path: root/libktorrent/migrate/ccmigrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/migrate/ccmigrate.h')
-rw-r--r--libktorrent/migrate/ccmigrate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/migrate/ccmigrate.h b/libktorrent/migrate/ccmigrate.h
index 890bdfa..5272bf5 100644
--- a/libktorrent/migrate/ccmigrate.h
+++ b/libktorrent/migrate/ccmigrate.h
@@ -25,11 +25,11 @@ namespace bt
class Torrent;
/// Migrates the current_chunks file to the post-mmap era.
- void MigrateCurrentChunks(const Torrent & tor,const QString & current_chunks);
+ void MigrateCurrentChunks(const Torrent & tor,const TQString & current_chunks);
/// Test if a current_chunks file is from the pre-mmap period
- bool IsPreMMap(const QString & current_chunks);
+ bool IsPreMMap(const TQString & current_chunks);
}