renamed Themes to Theme

This commit is contained in:
fourtf
2018-06-28 20:03:04 +02:00
parent c01d1ed732
commit 86347dc63e
29 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ class TaggedUsersController;
class AccountController;
class ModerationActions;
class Themes;
class Theme;
class WindowManager;
class Logging;
class Paths;
@@ -45,7 +45,7 @@ public:
friend void test();
Paths *paths = nullptr;
Themes *themes = nullptr;
Theme *themes = nullptr;
WindowManager *windows = nullptr;
Logging *logging = nullptr;
CommandController *commands = nullptr;