diff options
Diffstat (limited to 'x11/kde4-runtime/files/patch-kpager-windowdrag.cpp')
-rw-r--r-- | x11/kde4-runtime/files/patch-kpager-windowdrag.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kde4-runtime/files/patch-kpager-windowdrag.cpp b/x11/kde4-runtime/files/patch-kpager-windowdrag.cpp deleted file mode 100644 index c09bb7c8f3af..000000000000 --- a/x11/kde4-runtime/files/patch-kpager-windowdrag.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kpager/windowdrag.cpp 2006/05/23 12:51:36 544025 -+++ kpager/windowdrag.cpp 2006/06/05 19:55:59 548525 -@@ -31,7 +31,7 @@ - QString tmp; - tmp.sprintf("%d %d %d %d", static_cast<int>(w), deltax, deltay, origdesk); - QByteArray data(tmp.length()+1); -- data.assign(tmp.latin1(),tmp.length()+1); -+ data.duplicate(tmp.latin1(),tmp.length()+1); - - setEncodedData(data); - } |