API review signal changed() -> themeChanged()
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800067
This commit is contained in:
parent
19b4f6c71f
commit
dcdb7b8f9a
@ -153,14 +153,14 @@ void Theme::compositingChanged()
|
||||
|
||||
if (d->compositingActive != compositingActive) {
|
||||
d->compositingActive = compositingActive;
|
||||
emit changed();
|
||||
emit themeChanged();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void Theme::colorsChanged()
|
||||
{
|
||||
emit changed();
|
||||
emit themeChanged();
|
||||
}
|
||||
|
||||
void Theme::setThemeName(const QString &themeName)
|
||||
@ -211,7 +211,7 @@ void Theme::setThemeName(const QString &themeName)
|
||||
}
|
||||
}
|
||||
|
||||
emit changed();
|
||||
emit themeChanged();
|
||||
}
|
||||
|
||||
QString Theme::themeName() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user