summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/redmond/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/redmond/main.cpp')
-rw-r--r--ksplashml/themeengine/redmond/main.cpp12
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 );
}