summaryrefslogtreecommitdiffstats
path: root/juk/cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/cache.cpp')
-rw-r--r--juk/cache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/cache.cpp b/juk/cache.cpp
index 58062036..fc12625e 100644
--- a/juk/cache.cpp
+++ b/juk/cache.cpp
@@ -13,7 +13,7 @@
* *
***************************************************************************/
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <tdeconfig.h>
#include <tdelocale.h>
@@ -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;