Skip to content

Commit

Permalink
Rebrand to ClassikStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmcauley committed Mar 30, 2021
1 parent a1bc48c commit 7a36bbb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions kdecoration/breeze.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"KPlugin": {
"Description": "Window decorations using the Classik or Kite visual styles for the Plasma Desktop",
"Description": "Customizable window decorations using the Classik, Kite, Breeze or Redmond visual styles for the Plasma Desktop",
"EnabledByDefault": true,
"Id": "org.kde.classikstyles",
"Name": "Classik Styles",
"Name": "ClassikStyles",
"ServiceTypes": [
"org.kde.kdecoration2"
]
Expand Down
2 changes: 1 addition & 1 deletion kdecoration/config/classikstylesdecorationconfig.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ X-KDE-PluginKeyword=kcmodule
X-KDE-ParentApp=kcontrol
X-KDE-Weight=60

Name=Classik Styles: Window Decoration
Name=ClassikStyles: Window Decoration

X-KDE-Keywords=classikstyles,decoration
2 changes: 1 addition & 1 deletion kstyle/classikstyles.themerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Misc]
Name=Classik Styles
Name=ClassikStyles

ConfigPage=kstyle_classikstyles_config
Comment=Widget style for KDE Frameworks
Expand Down
2 changes: 1 addition & 1 deletion kstyle/config/classikstylesstyleconfig.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ X-KDE-PluginKeyword=kcmodule
X-KDE-ParentApp=kcontrol
X-KDE-Weight=50

Name=Classik Styles: Widget Style
Name=ClassikStyles: Widget Style

X-KDE-Keywords=classikstyles,widget,style
4 changes: 2 additions & 2 deletions kstyle/config/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ int main(int argc, char *argv[])
KLocalizedString::setApplicationDomain("breeze_style_config");

QApplication app( argc, argv );
app.setApplicationName( i18n( "Classik Styles Settings" ) );
app.setApplicationName( i18n( "ClassikStyles Settings" ) );
app.setWindowIcon( QIcon::fromTheme( QStringLiteral( "breeze-settings" ) ) );

KCMultiDialog dialog;
dialog.setWindowTitle( i18n( "Classik Styles Settings" ) );
dialog.setWindowTitle( i18n( "ClassikStyles Settings" ) );
dialog.addModule( QStringLiteral( "classikstylesstyleconfig" ) );
dialog.addModule( QStringLiteral( "classikstylesdecorationconfig" ) );
dialog.show();
Expand Down

0 comments on commit 7a36bbb

Please sign in to comment.