summaryrefslogtreecommitdiff
path: root/staging/koffice/qt48fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'staging/koffice/qt48fix.patch')
-rw-r--r--staging/koffice/qt48fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/staging/koffice/qt48fix.patch b/staging/koffice/qt48fix.patch
new file mode 100644
index 000000000..de72926d5
--- /dev/null
+++ b/staging/koffice/qt48fix.patch
@@ -0,0 +1,10 @@
+--- koffice-2.3.3/plugins/chartshape/kdchart/src/KDChartBackgroundAttributes.cpp 2011-02-17 13:10:38.000000000 +0100
++++ koffice-2.3.3/plugins/chartshape/kdchart/src/KDChartBackgroundAttributes.cpp 2011-09-08 15:03:31.932039128 +0200
+@@ -150,7 +150,6 @@ QDebug operator<<(QDebug dbg, const KDCh
+ << "visible="<<ba.isVisible()
+ << "brush="<<ba.brush()
+ << "pixmapmode="<<ba.pixmapMode()
+- << "pixmap="<<ba.pixmap()
+ << ")";
+ return dbg;
+ }