From 1d077caf68127ab1a5518df84cc5592a1b47a965 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 14 Aug 2011 05:14:51 +0000 Subject: TQt4 port kdeartwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1246991 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- styles/phase/config/phasestyleconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/phase/config/phasestyleconfig.cpp') diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index 4f7e200d..f6e34226 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_kstyle_config(TQWidget* parent) { - return(new PhaseStyleConfig(parent)); + return(TQT_TQOBJECT(new PhaseStyleConfig(parent))); } } -- cgit v1.2.1