summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/kcmksplash/installer.h6
-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
5 files changed, 9 insertions, 9 deletions
diff --git a/ksplashml/kcmksplash/installer.h b/ksplashml/kcmksplash/installer.h
index 98dc1fc39..22485d75c 100644
--- a/ksplashml/kcmksplash/installer.h
+++ b/ksplashml/kcmksplash/installer.h
@@ -17,9 +17,9 @@
#include <klistbox.h>
#include <kurl.h>
-class QLabel;
-class QTextEdit;
-class QPushButton;
+class TQLabel;
+class TQTextEdit;
+class TQPushButton;
class ThemeListBox;
class SplashInstaller : public QWidget
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.