summaryrefslogtreecommitdiffstats
path: root/juk/cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/cache.cpp')
-rw-r--r--juk/cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/cache.cpp b/juk/cache.cpp
index 58062036..5de4b40e 100644
--- a/juk/cache.cpp
+++ b/juk/cache.cpp
@@ -275,7 +275,7 @@ void Cache::load()
if(!f.open(IO_ReadOnly))
return;
- CacheDataStream s(TQT_TQIODEVICE(&f));
+ CacheDataStream s(&f);
TQ_INT32 version;
s >> version;