summaryrefslogtreecommitdiff
path: root/extra/koffice/qt48fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/koffice/qt48fix.patch')
-rw-r--r--extra/koffice/qt48fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/koffice/qt48fix.patch b/extra/koffice/qt48fix.patch
deleted file mode 100644
index de72926d5..000000000
--- a/extra/koffice/qt48fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;
- }