aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin')
-rw-r--r--src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengineplatformtheme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengineplatformtheme.cpp b/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengineplatformtheme.cpp
index 0b0403a4..02f6a10f 100644
--- a/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengineplatformtheme.cpp
+++ b/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengineplatformtheme.cpp
@@ -60,7 +60,7 @@ Q_LOGGING_CATEGORY(llthemeengine, "lthemeengine")
//QT_QPA_PLATFORMTHEME=lthemeengine
-lthemeenginePlatformTheme::Qt5CTPlatformTheme()
+lthemeenginePlatformTheme::lthemeenginePlatformTheme()
{
if(QGuiApplication::desktopSettingsAware())
{
@@ -78,7 +78,7 @@ lthemeenginePlatformTheme::Qt5CTPlatformTheme()
#endif
}
-lthemeenginePlatformTheme::~Qt5CTPlatformTheme()
+lthemeenginePlatformTheme::~lthemeenginePlatformTheme()
{
if(m_customPalette)
delete m_customPalette;
bgstack15