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 1c24373a9..4644edcf1 100644 --- a/libkpgp/kpgpui.h +++ b/libkpgp/kpgpui.h @@ -58,7 +58,7 @@ class KDE_EXPORT PassphraseDialog : public KDialogBase TQ_OBJECT public: - PassphraseDialog( TQWidget *tqparent=0, const TQString &caption=TQString(), + PassphraseDialog( TQWidget *parent=0, const TQString &caption=TQString(), bool modal=true, const TQString &keyID=TQString()); virtual ~PassphraseDialog(); @@ -79,7 +79,7 @@ class KDE_EXPORT Config : public TQWidget TQ_OBJECT public: - Config(TQWidget *tqparent = 0, const char *name = 0, bool encrypt =true); + Config(TQWidget *parent = 0, const char *name = 0, bool encrypt =true); virtual ~Config(); virtual void setValues(); @@ -121,7 +121,7 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper const bool rememberChoice = false, const unsigned int allowedKeys = AllKeys, const bool extendedSelection = false, - TQWidget *tqparent=0, const char *name=0, + TQWidget *parent=0, const char *name=0, bool modal=true ); virtual ~KeySelectionDialog(); @@ -207,7 +207,7 @@ class KDE_EXPORT KeyRequester: public TQWidget TQ_OBJECT public: - KeyRequester( TQWidget * tqparent=0, bool multipleKeys=false, + KeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=AllKeys, const char * name=0 ); virtual ~KeyRequester(); @@ -258,7 +258,7 @@ class KDE_EXPORT PublicKeyRequester : public KeyRequester { Q_OBJECT TQ_OBJECT public: - PublicKeyRequester( TQWidget * tqparent=0, bool multipleKeys=false, + PublicKeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=PublicKeys, const char * name=0 ); virtual ~PublicKeyRequester(); @@ -278,7 +278,7 @@ class KDE_EXPORT SecretKeyRequester : public KeyRequester { Q_OBJECT TQ_OBJECT public: - SecretKeyRequester( TQWidget * tqparent=0, bool multipleKeys=false, + SecretKeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=SecretKeys, const char * name=0 ); virtual ~SecretKeyRequester(); @@ -304,7 +304,7 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase KeyApprovalDialog( const TQStringList&, const TQValueVector<KeyIDList>&, const int allowedKeys, - TQWidget *tqparent = 0, const char *name = 0, + TQWidget *parent = 0, const char *name = 0, bool modal = true ); virtual ~KeyApprovalDialog() {}; @@ -338,7 +338,7 @@ class KDE_EXPORT CipherTextDialog: public KDialogBase public: CipherTextDialog( const TQCString & text, const TQCString & charset=0, - TQWidget *tqparent=0, const char *name=0, bool modal=true ); + TQWidget *parent=0, const char *name=0, bool modal=true ); virtual ~CipherTextDialog() {}; private: |