summaryrefslogtreecommitdiffstats
path: root/kdialog/widgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdialog/widgets.cpp')
-rw-r--r--kdialog/widgets.cpp2
1 files changed, 1 insertions, 1 deletions
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 );