diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
commit | a5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch) | |
tree | af263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /ksplashml | |
parent | c663b6440964f6ac48027143ac9e63298991f9d0 (diff) | |
download | tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksplashml')
-rw-r--r-- | ksplashml/kcmksplash/installer.h | 6 | ||||
-rw-r--r-- | ksplashml/themeengine/default/themelegacy.h | 6 | ||||
-rw-r--r-- | ksplashml/themeengine/redmond/themeredmond.h | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/standard/wndstatus.h | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/themeengine.h | 2 |
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. |