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/access/kcmaccess.h | |
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/access/kcmaccess.h')
-rw-r--r-- | kcontrol/access/kcmaccess.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kcontrol/access/kcmaccess.h b/kcontrol/access/kcmaccess.h index 058b1c491..287514343 100644 --- a/kcontrol/access/kcmaccess.h +++ b/kcontrol/access/kcmaccess.h @@ -13,14 +13,14 @@ #include <knuminput.h> -class QCheckBox; -class QComboBox; -class QLabel; -class QLineEdit; -class QPushButton; -class QRadioButton; +class TQCheckBox; +class TQComboBox; +class TQLabel; +class TQLineEdit; +class TQPushButton; +class TQRadioButton; class KColorButton; -class QSlider; +class TQSlider; class KNumInput; class KAboutData; |