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
@@ -1,6 +1,6 @@
#pragma once
#include "singletons/Themes.hpp"
#include "singletons/Theme.hpp"
#include <QColor>
@@ -12,7 +12,7 @@ struct MessageColor {
MessageColor(const QColor &color);
MessageColor(Type type = Text);
const QColor &getColor(Themes &themeManager) const;
const QColor &getColor(Theme &themeManager) const;
private:
Type type;