aboutsummaryrefslogtreecommitdiffstats
path: root/kdepimpi/files/manager.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kdepimpi/files/manager.h.patch')
-rw-r--r--kdepimpi/files/manager.h.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/kdepimpi/files/manager.h.patch b/kdepimpi/files/manager.h.patch
index e69de29bb2..bea9863ec0 100644
--- a/kdepimpi/files/manager.h.patch
+++ b/kdepimpi/files/manager.h.patch
@@ -0,0 +1,25 @@
+
+Strange patch - not always needed
+
+diff -ur kdepim/microkde/kresources/manager.h kdepim-moj/microkde/kresources/manager.h
+--- kdepim/microkde/kresources/manager.h 2004-06-26 21:02:46.000000000 +0200
++++ kdepim-moj/microkde/kresources/manager.h 2004-07-02 17:01:25.000000000 +0200
+@@ -26,6 +26,9 @@
+
+ #include <qdict.h>
+ #include <qstringlist.h>
++#include <iostream>
++
++using namespace std;
+
+ #include "factory.h"
+ #include "managerimpl.h"
+@@ -235,7 +238,7 @@
+
+ ConfigWidget *configWidget( const QString& type, QWidget *parent = 0 )
+ {
+- return mFactory->resourceConfigWidget( type, parent );
++ return mFactory->configWidget( type, parent );
+ }
+
+ /**