start adapting to today's api changes
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=619099
This commit is contained in:
parent
3a85732267
commit
0c5ef68f2c
@ -53,7 +53,7 @@ QString Theme::themeName() const
|
|||||||
return d->themeName;
|
return d->themeName;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString Theme::imagePath(const QString& name)
|
QString Theme::imagePath(const QString& name) const
|
||||||
{
|
{
|
||||||
return KStandardDirs::locate("data", "desktoptheme/" + d->themeName
|
return KStandardDirs::locate("data", "desktoptheme/" + d->themeName
|
||||||
+ "/" + name + ".svg");
|
+ "/" + name + ".svg");
|
||||||
|
Loading…
Reference in New Issue
Block a user