diff options
author | q5sys <jt@obs-sec.com> | 2017-07-18 17:15:43 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2017-07-18 17:15:43 -0400 |
commit | 79b63889ab31ac2649ee21e127189ef5918542ca (patch) | |
tree | e45f5b0b259252b080823790cf383ce59393a3b0 /src-qt5/core/lumina-theme-engine/src/lthemeengine-style | |
parent | the second great renaming (diff) | |
download | lumina-79b63889ab31ac2649ee21e127189ef5918542ca.tar.gz lumina-79b63889ab31ac2649ee21e127189ef5918542ca.tar.bz2 lumina-79b63889ab31ac2649ee21e127189ef5918542ca.zip |
get lthemeengine building successfully
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/src/lthemeengine-style')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/src/lthemeengine-style/lthemeengineproxystyle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-theme-engine/src/lthemeengine-style/lthemeengineproxystyle.cpp b/src-qt5/core/lumina-theme-engine/src/lthemeengine-style/lthemeengineproxystyle.cpp index 23ad01ef..c9833a30 100644 --- a/src-qt5/core/lumina-theme-engine/src/lthemeengine-style/lthemeengineproxystyle.cpp +++ b/src-qt5/core/lumina-theme-engine/src/lthemeengine-style/lthemeengineproxystyle.cpp @@ -30,7 +30,7 @@ #include <lthemeengine/lthemeengine.h> #include "lthemeengineproxystyle.h" -lthemeengineProxyStyle::Qt5CTProxyStyle(const QString &key) : +lthemeengineProxyStyle::lthemeengineProxyStyle(const QString &key) : QProxyStyle(key) { QSettings settings(lthemeengine::configFile(), QSettings::IniFormat); @@ -38,7 +38,7 @@ lthemeengineProxyStyle::Qt5CTProxyStyle(const QString &key) : m_activateItemOnSingleClick = settings.value("Interface/activate_item_on_single_click", Qt::PartiallyChecked).toInt(); } -lthemeengineProxyStyle::~Qt5CTProxyStyle() +lthemeengineProxyStyle::~lthemeengineProxyStyle() { //qDebug("%s", Q_FUNC_INFO); } |