Skip to content
Snippets Groups Projects
Commit 5f43bde3 authored by akiraohgaki's avatar akiraohgaki
Browse files

Rename function

parent 1b91753d
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ bool KdeTheme::applyAsCursor() const
return false;
}
bool KdeTheme::applyAsPlasmaDesktoptheme() const
bool KdeTheme::applyAsPlasma5Desktoptheme() const
{
QString script;
QTextStream out(&script);
......
......@@ -12,7 +12,7 @@ public:
bool applyAsWallpaper() const;
bool applyAsIcon() const;
bool applyAsCursor() const;
bool applyAsPlasmaDesktoptheme() const;
bool applyAsPlasma5Desktoptheme() const;
bool applyAsAuroraeTheme() const;
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment