From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/style/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/style/main.cpp') diff --git a/kcontrol/style/main.cpp b/kcontrol/style/main.cpp index 543685502..252cee0fd 100644 --- a/kcontrol/style/main.cpp +++ b/kcontrol/style/main.cpp @@ -5,12 +5,12 @@ #include "kcmstyle.h" extern "C" { - KCModule *create_style(QWidget *parent, const char *) { + KCModule *create_style(TQWidget *parent, const char *) { return new KCMStyle(parent, "kcmstyle"); } } /* -typedef KGenericFactory GeneralFactory; +typedef KGenericFactory GeneralFactory; K_EXPORT_COMPONENT_FACTORY( kcm_style, GeneralFactory ) */ -- cgit v1.2.1