1
Backport from KDE trunk b3527f12ad9f577535d07e9614cfda9ef8131910
2
Index: kdeplasma-addons-4.7.0/applets/kdeobservatory/src/commithistoryview.cpp
3
===================================================================
4
--- kdeplasma-addons-4.7.0.orig/applets/kdeobservatory/src/commithistoryview.cpp 2011-08-25 12:21:01.379133375 -0400
5
+++ kdeplasma-addons-4.7.0/applets/kdeobservatory/src/commithistoryview.cpp 2011-08-25 12:22:39.299133403 -0400
7
plot->setCanvasBackground(QColor(0, 0, 140));
9
QwtPlotCurve *curve = new QwtPlotCurve;
10
+#if QWT_VERSION >= (((6) << 16) | ((0) << 8) | (0))
11
+ curve->setSamples(x, y, j);
13
curve->setData(x, y, j);