diff options
Diffstat (limited to 'kcontrol/crypto')
-rw-r--r-- | kcontrol/crypto/certexport.h | 2 | ||||
-rw-r--r-- | kcontrol/crypto/crypto.h | 2 | ||||
-rw-r--r-- | kcontrol/crypto/kdatetimedlg.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/crypto/certexport.h b/kcontrol/crypto/certexport.h index 54511e04c..aeca9aaa9 100644 --- a/kcontrol/crypto/certexport.h +++ b/kcontrol/crypto/certexport.h @@ -31,7 +31,7 @@ class KSSLCertificate; class KCertExport : public KDialog { - Q_OBJECT + TQ_OBJECT public: KCertExport(TQWidget *parent = 0L, const char *name = 0L); virtual ~KCertExport(); diff --git a/kcontrol/crypto/crypto.h b/kcontrol/crypto/crypto.h index 8a353ae04..f468a473a 100644 --- a/kcontrol/crypto/crypto.h +++ b/kcontrol/crypto/crypto.h @@ -217,7 +217,7 @@ private: class KCryptoConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KCryptoConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList &list = TQStringList()); virtual ~KCryptoConfig(); diff --git a/kcontrol/crypto/kdatetimedlg.h b/kcontrol/crypto/kdatetimedlg.h index 92b62193b..ddc0531b8 100644 --- a/kcontrol/crypto/kdatetimedlg.h +++ b/kcontrol/crypto/kdatetimedlg.h @@ -34,7 +34,7 @@ class KDateTimeDlgPrivate; class KDateTimeDlg : public KDialog { - Q_OBJECT + TQ_OBJECT public: KDateTimeDlg(TQWidget *parent = 0L, const char *name = 0L); virtual ~KDateTimeDlg(); |