diff --git a/AuthDialog.cpp b/AuthDialog.cpp --- a/AuthDialog.cpp +++ b/AuthDialog.cpp @@ -303,7 +303,7 @@ QString AuthDialog::password() const { - return lePassword->text(); + return lePassword->password(); } void AuthDialog::authenticationFailure() diff --git a/AuthDialog.ui b/AuthDialog.ui --- a/AuthDialog.ui +++ b/AuthDialog.ui @@ -23,13 +23,7 @@ 6 - - - QLineEdit::Password - - - false - + @@ -178,6 +172,11 @@ QFrame
kmessagewidget.h
+ + KPasswordLineEdit + QWidget +
kpasswordlineedit.h
+
userCB