From 6ae10fc66ed3c35e98e49bac8bf6670f0a9e2d6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 28 Nov 2018 00:04:05 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- kdialog/widgets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdialog/widgets.cpp') diff --git a/kdialog/widgets.cpp b/kdialog/widgets.cpp index fb90bbb25..f68acfe4f 100644 --- a/kdialog/widgets.cpp +++ b/kdialog/widgets.cpp @@ -65,7 +65,7 @@ bool Widgets::inputBox(TQWidget *parent, const TQString& title, const TQString& return ok; } -bool Widgets::passwordBox(TQWidget *parent, const TQString& title, const TQString& text, TQCString &result) +bool Widgets::passwordBox(TQWidget *parent, const TQString& title, const TQString& text, TQString &result) { KPasswordDialog dlg( KPasswordDialog::Password, false, 0, parent ); -- cgit v1.2.1