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 /kcontrol/kdm | |
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 'kcontrol/kdm')
-rw-r--r-- | kcontrol/kdm/background.h | 4 | ||||
-rw-r--r-- | kcontrol/kdm/kdm-appear.h | 8 | ||||
-rw-r--r-- | kcontrol/kdm/kdm-font.h | 2 | ||||
-rw-r--r-- | kcontrol/kdm/kdm-shut.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/kcontrol/kdm/background.h b/kcontrol/kdm/background.h index 7de6a82dc..76b0070c3 100644 --- a/kcontrol/kdm/background.h +++ b/kcontrol/kdm/background.h @@ -17,8 +17,8 @@ class KSimpleConfig; class BGDialog; class KGlobalBackgroundSettings; -class QCheckBox; -class QLabel; +class TQCheckBox; +class TQLabel; class KBackground: public QWidget { diff --git a/kcontrol/kdm/kdm-appear.h b/kcontrol/kdm/kdm-appear.h index dba6af36d..3481635b6 100644 --- a/kcontrol/kdm/kdm-appear.h +++ b/kcontrol/kdm/kdm-appear.h @@ -34,11 +34,11 @@ #include "klanguagebutton.h" -class QComboBox; +class TQComboBox; class KBackedComboBox; -class QLabel; -class QRadioButton; -class QLineEdit; +class TQLabel; +class TQRadioButton; +class TQLineEdit; class KLineEdit; diff --git a/kcontrol/kdm/kdm-font.h b/kcontrol/kdm/kdm-font.h index 92488d3e7..427da8e8b 100644 --- a/kcontrol/kdm/kdm-font.h +++ b/kcontrol/kdm/kdm-font.h @@ -23,7 +23,7 @@ #include <tqwidget.h> class KFontRequester; -class QCheckBox; +class TQCheckBox; class KDMFontWidget : public QWidget { diff --git a/kcontrol/kdm/kdm-shut.h b/kcontrol/kdm/kdm-shut.h index 0d603e9eb..b8513cac5 100644 --- a/kcontrol/kdm/kdm-shut.h +++ b/kcontrol/kdm/kdm-shut.h @@ -23,8 +23,8 @@ #include <tqstring.h> -class QComboBox; -class QCheckBox; +class TQComboBox; +class TQCheckBox; class KURLRequester; class KBackedComboBox; |