From a5edd20f0de599dbe7f7f00a184b78ac5156a846 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:17:20 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksplashml/kcmksplash/installer.h | 6 +++--- ksplashml/themeengine/default/themelegacy.h | 6 +++--- ksplashml/themeengine/redmond/themeredmond.h | 2 +- ksplashml/themeengine/standard/wndstatus.h | 2 +- ksplashml/themeengine/themeengine.h | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'ksplashml') 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 #include -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 #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 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 -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. -- cgit v1.2.1