summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-aq
blob: d49caebdb73194a7bd43ade279ce096d720e816e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)