summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-bq
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-bq')
-rw-r--r--x11/kdebase3/patches/patch-bq14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-bq b/x11/kdebase3/patches/patch-bq
new file mode 100644
index 00000000000..333f130ecd7
--- /dev/null
+++ b/x11/kdebase3/patches/patch-bq
@@ -0,0 +1,14 @@
+$NetBSD: patch-bq,v 1.4 2003/08/02 19:33:24 mrg Exp $
+
+--- kwin/clients/keramik/embedtool.cpp.orig 2003-08-03 04:58:02.000000000 +1000
++++ kwin/clients/keramik/embedtool.cpp 2003-08-03 04:56:41.000000000 +1000
+@@ -28,7 +28,8 @@
+ #include <qfileinfo.h>
+ #include <qdatetime.h>
+
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+
+ static int primes[] = {
+ 2, 3, 5, 7, 11, 13, 17, 19, 23, 29,