aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-webcore/files/KWQKURL-urlcmp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gtk-webcore/files/KWQKURL-urlcmp.patch')
-rw-r--r--recipes/gtk-webcore/files/KWQKURL-urlcmp.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gtk-webcore/files/KWQKURL-urlcmp.patch b/recipes/gtk-webcore/files/KWQKURL-urlcmp.patch
new file mode 100644
index 0000000000..89aec6147d
--- /dev/null
+++ b/recipes/gtk-webcore/files/KWQKURL-urlcmp.patch
@@ -0,0 +1,9 @@
+--- NRCore/kwiq/KWQKURL.h.orig 2006-03-16 22:48:18.000000000 +0100
++++ NRCore/kwiq/KWQKURL.h 2006-03-16 22:48:20.000000000 +0100
+@@ -130,4 +130,6 @@
+ friend bool urlcmp(const QString &URLA, const QString &URLB, bool ignoreTrailingSlash, bool ignoreRef);
+ };
+
++bool urlcmp(const QString &URLA, const QString &URLB, bool ignoreTrailingSlash, bool ignoreRef);
++
+ #endif