From a20928b6bfae18a41bb42b85e10f73fb63548ccc Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 23 Jan 2011 05:12:43 +0000 Subject: Styles are now mostly functional under Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1216403 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kio/kzip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio') 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); -- cgit v1.2.1