summaryrefslogtreecommitdiffstats
path: root/libktorrent/migrate/cachemigrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/migrate/cachemigrate.h')
-rw-r--r--libktorrent/migrate/cachemigrate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/migrate/cachemigrate.h b/libktorrent/migrate/cachemigrate.h
index 3eea231..fc618f1 100644
--- a/libktorrent/migrate/cachemigrate.h
+++ b/libktorrent/migrate/cachemigrate.h
@@ -25,10 +25,10 @@ namespace bt
class Torrent;
/// See if a cache migrate is needed
- bool IsCacheMigrateNeeded(const Torrent & tor,const QString & cache);
+ bool IsCacheMigrateNeeded(const Torrent & tor,const TQString & cache);
/// Migrate the cache
- void MigrateCache(const Torrent & tor,const QString & cache,const QString & output_dir);
+ void MigrateCache(const Torrent & tor,const TQString & cache,const TQString & output_dir);
}
#endif