diff options
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; |