diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 05:12:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 05:12:43 +0000 |
commit | a20928b6bfae18a41bb42b85e10f73fb63548ccc (patch) | |
tree | e0cdc70ad0064256ebf5c3e8a91d84048176ef99 /kio | |
parent | 865c5ed0c595c95574e4f8f34b578c46f10aa0ff (diff) | |
download | tdelibs-a20928b6bfae18a41bb42b85e10f73fb63548ccc.tar.gz tdelibs-a20928b6bfae18a41bb42b85e10f73fb63548ccc.zip |
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
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/kzip.cpp | 2 |
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); |