diff options
Diffstat (limited to 'kdesudo/kdesudo.cpp')
-rw-r--r-- | kdesudo/kdesudo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesudo/kdesudo.cpp b/kdesudo/kdesudo.cpp index 6936724..41209be 100644 --- a/kdesudo/kdesudo.cpp +++ b/kdesudo/kdesudo.cpp @@ -43,8 +43,8 @@ #include <sys/stat.h> #include <sys/types.h> -KdeSudo::KdeSudo(TQWidget *tqparent, const char *name,const TQString& icon, const TQString& generic, bool withIgnoreButton) - : KPasswordDialog(KPasswordDialog::Password, false, (withIgnoreButton ? User1: false), icon, tqparent, name) +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) { KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); |