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/crypto | |
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/crypto')
-rw-r--r-- | kcontrol/crypto/certexport.h | 4 | ||||
-rw-r--r-- | kcontrol/crypto/crypto.h | 4 | ||||
-rw-r--r-- | kcontrol/crypto/kdatetimedlg.h | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/kcontrol/crypto/certexport.h b/kcontrol/crypto/certexport.h index 00721d109..54511e04c 100644 --- a/kcontrol/crypto/certexport.h +++ b/kcontrol/crypto/certexport.h @@ -24,8 +24,8 @@ #include <kdialog.h> class KLineEdit; -class QRadioButton; -class QPushButton; +class TQRadioButton; +class TQPushButton; class KSSLCertificate; diff --git a/kcontrol/crypto/crypto.h b/kcontrol/crypto/crypto.h index b9d856ceb..7f1b1d21c 100644 --- a/kcontrol/crypto/crypto.h +++ b/kcontrol/crypto/crypto.h @@ -36,8 +36,8 @@ #include <kcmodule.h> #include <ksimpleconfig.h> -class QGridLayout; -class QVButtonGroup; +class TQGridLayout; +class TQVButtonGroup; class KComboBox; class KCryptoConfig; diff --git a/kcontrol/crypto/kdatetimedlg.h b/kcontrol/crypto/kdatetimedlg.h index 4d6cc21f0..92b62193b 100644 --- a/kcontrol/crypto/kdatetimedlg.h +++ b/kcontrol/crypto/kdatetimedlg.h @@ -26,9 +26,9 @@ class KDatePicker; class KIntNumInput; class KPushButton; -class QDate; -class QTime; -class QDateTime; +class TQDate; +class TQTime; +class TQDateTime; class KDateTimeDlgPrivate; |