summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine')
-rw-r--r--ksplashml/themeengine/default/themelegacy.h6
-rw-r--r--ksplashml/themeengine/redmond/themeredmond.h2
-rw-r--r--ksplashml/themeengine/standard/wndstatus.h2
-rw-r--r--ksplashml/themeengine/themeengine.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/ksplashml/themeengine/default/themelegacy.h b/ksplashml/themeengine/default/themelegacy.h
index ed0b8025b..95ad6634e 100644
--- a/ksplashml/themeengine/default/themelegacy.h
+++ b/ksplashml/themeengine/default/themelegacy.h
@@ -19,10 +19,10 @@
#include <tqwidget.h>
#include "themeengine.h"
-class QPixmap;
-class QTimer;
+class TQPixmap;
+class TQTimer;
-class QCheckBox;
+class TQCheckBox;
class DefaultConfig: public ThemeEngineConfig
{
diff --git a/ksplashml/themeengine/redmond/themeredmond.h b/ksplashml/themeengine/redmond/themeredmond.h
index bbde2ddf6..6f8cc1550 100644
--- a/ksplashml/themeengine/redmond/themeredmond.h
+++ b/ksplashml/themeengine/redmond/themeredmond.h
@@ -19,7 +19,7 @@
#include <themeengine.h>
class KFontCombo;
-class QCheckBox;
+class TQCheckBox;
class CfgRedmond: public ThemeEngineConfig
{
diff --git a/ksplashml/themeengine/standard/wndstatus.h b/ksplashml/themeengine/standard/wndstatus.h
index effcd458f..63e253d1d 100644
--- a/ksplashml/themeengine/standard/wndstatus.h
+++ b/ksplashml/themeengine/standard/wndstatus.h
@@ -20,7 +20,7 @@
#include <tqhbox.h>
-class QLabel;
+class TQLabel;
class KProgress;
/** @short Window displaying status and progress bar. */
diff --git a/ksplashml/themeengine/themeengine.h b/ksplashml/themeengine/themeengine.h
index 876eb19d6..d62497a07 100644
--- a/ksplashml/themeengine/themeengine.h
+++ b/ksplashml/themeengine/themeengine.h
@@ -20,7 +20,7 @@
class KConfig;
class ObjKsTheme;
-class QMouseEvent;
+class TQMouseEvent;
/**
* @short The base for the ThemeEngine's configuration widget.