From f2e4e24eda15469d2da0675284408825a0275c2f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 20 Dec 2023 22:30:17 +0900 Subject: Replace various '#define' strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit 1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be) --- styles/phase/config/phasestyleconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/phase') 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)); } } -- cgit v1.2.1