diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
commit | 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 (patch) | |
tree | 96dc8b35683388ab4d17734791984f05d2e82621 /kcontrol/crypto | |
parent | 873f0a21c92bc7b737cade48526afddc219aacc3 (diff) | |
download | tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.tar.gz tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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(); |