diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-20 22:30:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-21 09:04:04 +0900 |
commit | f2e4e24eda15469d2da0675284408825a0275c2f (patch) | |
tree | dc0ae4bb60277f594963b2af8c30a5fe0a13938a /styles | |
parent | 856d6d139529d49b4875ecd9319b61d0dcbad8c3 (diff) | |
download | tdeartwork-f2e4e24eda15469d2da0675284408825a0275c2f.tar.gz tdeartwork-f2e4e24eda15469d2da0675284408825a0275c2f.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be)
Diffstat (limited to 'styles')
-rw-r--r-- | styles/phase/config/phasestyleconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index d3695b83..df48f9e3 100644 --- a/styles/phase/config/phasestyleconfig.cpp +++ b/styles/phase/config/phasestyleconfig.cpp @@ -104,7 +104,7 @@ void PhaseStyleConfig::defaults() extern "C" { KDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) { - return(TQT_TQOBJECT(new PhaseStyleConfig(parent))); + return(new PhaseStyleConfig(parent)); } } |