diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:41:06 +0900 |
commit | efa55080160c7b88c4052c2567439c324f646614 (patch) | |
tree | 6f894bc54817f27de8bca8d9d412dcfa3d5c8c88 /libkpgp | |
parent | fd4746cdc3b8d6aafd50a5d7fa009caa8c05b85c (diff) | |
download | tdepim-efa55080160c7b88c4052c2567439c324f646614.tar.gz tdepim-efa55080160c7b88c4052c2567439c324f646614.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df)
Diffstat (limited to 'libkpgp')
-rw-r--r-- | libkpgp/kpgpui.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h index 2b05911e9..dacfe41b2 100644 --- a/libkpgp/kpgpui.h +++ b/libkpgp/kpgpui.h @@ -54,7 +54,7 @@ class KeyIDList; // needed by KeySelectionDialog /** the passphrase dialog */ class KDE_EXPORT PassphraseDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -75,7 +75,7 @@ class KDE_EXPORT PassphraseDialog : public KDialogBase button mechanism. */ class KDE_EXPORT Config : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -103,7 +103,7 @@ class KDE_EXPORT Config : public TQWidget #define KeySelectionDialogSuper KDialogBase class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper { - Q_OBJECT + TQ_OBJECT enum TrustCheckMode { NoExpensiveTrustCheck, @@ -203,7 +203,7 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper class KDE_EXPORT KeyRequester: public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -255,7 +255,7 @@ protected: class KDE_EXPORT PublicKeyRequester : public KeyRequester { - Q_OBJECT + TQ_OBJECT public: PublicKeyRequester( TQWidget * parent=0, bool multipleKeys=false, @@ -275,7 +275,7 @@ protected: class KDE_EXPORT SecretKeyRequester : public KeyRequester { - Q_OBJECT + TQ_OBJECT public: SecretKeyRequester( TQWidget * parent=0, bool multipleKeys=false, @@ -297,7 +297,7 @@ protected: // ------------------------------------------------------------------------- class KDE_EXPORT KeyApprovalDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -333,7 +333,7 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase // ------------------------------------------------------------------------- class KDE_EXPORT CipherTextDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |