diff options
Diffstat (limited to 'recipes/konqueror/files/gcc4.patch')
-rw-r--r-- | recipes/konqueror/files/gcc4.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/konqueror/files/gcc4.patch b/recipes/konqueror/files/gcc4.patch new file mode 100644 index 0000000000..88735242cb --- /dev/null +++ b/recipes/konqueror/files/gcc4.patch @@ -0,0 +1,16 @@ + +# +# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de> +# + +--- kdenox/konq-embed/dropin/kapplication.h~gcc4 ++++ kdenox/konq-embed/dropin/kapplication.h +@@ -122,7 +122,7 @@ + // required since kdelibs 3.4 + void updateUserTimestamp(unsigned long = 0) {} + +- static int KApplication::startDragDistance(); ++ static int startDragDistance(); + + signals: + // required by KHTMLView |