use the svg background as default

svn path=/trunk/KDE/kdelibs/; revision=903928
This commit is contained in:
Marco Martin 2008-12-31 17:19:48 +00:00
parent 21cc8dd80a
commit 17bd4d2e99

View File

@ -140,7 +140,7 @@ SignalPlotter::SignalPlotter(QGraphicsItem *parent)
d->stackPlots = true;
d->fillPlots = true;
d->svgBackground = 0;
setSvgBackground("widgets/plot-background");
connect(Plasma::Theme::defaultTheme(), SIGNAL(themeChanged()), SLOT(themeChanged()));
d->themeChanged();