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