summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-aq')
-rw-r--r--x11/kdebase3/patches/patch-aq14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-aq b/x11/kdebase3/patches/patch-aq
new file mode 100644
index 00000000000..d49caebdb73
--- /dev/null
+++ b/x11/kdebase3/patches/patch-aq
@@ -0,0 +1,14 @@
+$NetBSD: patch-aq,v 1.4 2003/08/02 19:33:22 mrg Exp $
+
+--- kcontrol/kfontinst/kfontinst/Kfi.cpp.orig 2003-05-07 21:44:02.000000000 +1000
++++ kcontrol/kfontinst/kfontinst/Kfi.cpp 2003-08-03 04:01:19.000000000 +1000
+@@ -37,7 +37,8 @@
+ #include <qfile.h>
+ #include <kmessagebox.h>
+ #include <klocale.h>
+-#include <fstream.h>
++#include <fstream>
++using namespace std;
+ #include "kxftconfig.cpp" // CPD: Hack!!, this source file is located in kcontrol/fonts
+
+ CKfiMainWidget * CKfi::create(QWidget *parent)