diff options
author | Michele Calgaro <[email protected]> | 2018-11-28 00:04:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-28 00:04:05 +0900 |
commit | 6ae10fc66ed3c35e98e49bac8bf6670f0a9e2d6b (patch) | |
tree | 154aa555033fe887b9b56d8a559000c89b166f1e /kdialog/widgets.h | |
parent | 3c2da5f0e188e1f1152da840bdf8d94ceb509671 (diff) | |
download | tdebase-6ae10fc66ed3c35e98e49bac8bf6670f0a9e2d6b.tar.gz tdebase-6ae10fc66ed3c35e98e49bac8bf6670f0a9e2d6b.zip |
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdialog/widgets.h')
-rw-r--r-- | kdialog/widgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdialog/widgets.h b/kdialog/widgets.h index e6576d36e..0ef4242a6 100644 --- a/kdialog/widgets.h +++ b/kdialog/widgets.h @@ -27,7 +27,7 @@ namespace Widgets { bool inputBox(TQWidget *parent, const TQString& title, const TQString& text, const TQString& init, TQString &result); - bool passwordBox(TQWidget *parent, const TQString& title, const TQString& text, TQCString &result); + bool passwordBox(TQWidget *parent, const TQString& title, const TQString& text, TQString &result); int textBox(TQWidget *parent, int width, int height, const TQString& title, const TQString& file); int textInputBox(TQWidget *parent, int width, int height, const TQString& title, const TQStringList& args, TQCString &result); bool listBox(TQWidget *parent, const TQString& title, const TQString& text, const TQStringList& args, const TQString &defaultEntry, TQString &result); |