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-20 22:30:17 +0900 |
commit | 1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be (patch) | |
tree | c70b47616bf89eb8b96ac9222662c2716083bbe6 /styles | |
parent | 3c87f890580f072e4bdce6c36e6dd1cb79cf170d (diff) | |
download | tdeartwork-1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be.tar.gz tdeartwork-1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)); } } |