diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /ksplashml/themeengine/redmond/main.cpp | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksplashml/themeengine/redmond/main.cpp')
-rw-r--r-- | ksplashml/themeengine/redmond/main.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ksplashml/themeengine/redmond/main.cpp b/ksplashml/themeengine/redmond/main.cpp index 2da3c5f09..3f4dc0124 100644 --- a/ksplashml/themeengine/redmond/main.cpp +++ b/ksplashml/themeengine/redmond/main.cpp @@ -12,25 +12,25 @@ #include <kstandarddirs.h> -#include <qlabel.h> -#include <qpixmap.h> -#include <qwidget.h> +#include <tqlabel.h> +#include <tqpixmap.h> +#include <tqwidget.h> #include "themeredmond.h" extern "C" { - ThemeEngineConfig *KsThemeConfig( QWidget *parent, KConfig *config ) + ThemeEngineConfig *KsThemeConfig( TQWidget *parent, KConfig *config ) { return new CfgRedmond( parent, config ); } - QStringList KsThemeSupports() + TQStringList KsThemeSupports() { return ThemeRedmond::names(); } - void* KsThemeInit( QWidget *parent, ObjKsTheme *theme ) + void* KsThemeInit( TQWidget *parent, ObjKsTheme *theme ) { return new ThemeRedmond( parent, theme ); } |