diff options
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 219ed1480..2f15f0c00 100644 --- a/libkpgp/kpgpui.h +++ b/libkpgp/kpgpui.h @@ -55,7 +55,7 @@ class KeyIDList; // needed by KeySelectionDialog class KDE_EXPORT PassphraseDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PassphraseDialog( TQWidget *parent=0, const TQString &caption=TQString(), @@ -76,7 +76,7 @@ class KDE_EXPORT PassphraseDialog : public KDialogBase class KDE_EXPORT Config : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Config(TQWidget *parent = 0, const char *name = 0, bool encrypt =true); @@ -104,7 +104,7 @@ class KDE_EXPORT Config : public TQWidget class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper { Q_OBJECT - TQ_OBJECT + enum TrustCheckMode { NoExpensiveTrustCheck, AllowExpensiveTrustCheck, @@ -204,7 +204,7 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper class KDE_EXPORT KeyRequester: public TQWidget { Q_OBJECT - TQ_OBJECT + public: KeyRequester( TQWidget * parent=0, bool multipleKeys=false, @@ -256,7 +256,7 @@ protected: class KDE_EXPORT PublicKeyRequester : public KeyRequester { Q_OBJECT - TQ_OBJECT + public: PublicKeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=PublicKeys, const char * name=0 ); @@ -276,7 +276,7 @@ protected: class KDE_EXPORT SecretKeyRequester : public KeyRequester { Q_OBJECT - TQ_OBJECT + public: SecretKeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=SecretKeys, const char * name=0 ); @@ -298,7 +298,7 @@ protected: class KDE_EXPORT KeyApprovalDialog: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KeyApprovalDialog( const TQStringList&, @@ -334,7 +334,7 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase class KDE_EXPORT CipherTextDialog: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CipherTextDialog( const TQCString & text, const TQCString & charset=0, |