diff options
Diffstat (limited to 'libkpgp/kpgpui.h')
-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: |