summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
Diffstat (limited to 'kio')
-rw-r--r--kio/kio/kzip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/kzip.cpp b/kio/kio/kzip.cpp
index d7b6123be..88d00c4e3 100644
--- a/kio/kio/kzip.cpp
+++ b/kio/kio/kzip.cpp
@@ -929,7 +929,7 @@ bool KZip::closeArchive()
// I do not know why memcpy is not working here
//memcpy(buffer, head, sizeof(head));
- qmemmove(buffer, head, sizeof(head));
+ tqmemmove(buffer, head, sizeof(head));
buffer[ 10 ] = char(it.current()->encoding()); // compression method
buffer[ 11 ] = char(it.current()->encoding() >> 8);