diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp index 97a74e9..900d3e5 100644 --- a/tdesudo/tdesudo.cpp +++ b/tdesudo/tdesudo.cpp @@ -45,7 +45,7 @@ #include KdeSudo::KdeSudo(TQWidget *parent, const char *name,const TQString& icon, const TQString& generic, bool withIgnoreButton) - : KPasswordDialog(KPasswordDialog::Password, false, (withIgnoreButton ? User1: false), icon, parent, name) + : KPasswordDialog(KPasswordDialog::Password, false, false, icon, parent, name) { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();