diff options
Diffstat (limited to 'certmanager/lib/ui/passphrasedialog.h')
-rw-r--r-- | certmanager/lib/ui/passphrasedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h index 6ff4289c4..15e6c132e 100644 --- a/certmanager/lib/ui/passphrasedialog.h +++ b/certmanager/lib/ui/passphrasedialog.h @@ -59,7 +59,7 @@ namespace Kleo { public: PassphraseDialog( const TQString & description, const TQString & caption=TQString(), - TQWidget * tqparent=0, const char * name=0, + TQWidget * parent=0, const char * name=0, bool modal=true ); ~PassphraseDialog(); |