From 53fe3bf43aeb43f51f6b6ebb7453938e85c0223b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Dec 2018 23:39:45 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- kopete/libkopete/ui/kopetepasswordwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/libkopete/ui') diff --git a/kopete/libkopete/ui/kopetepasswordwidget.cpp b/kopete/libkopete/ui/kopetepasswordwidget.cpp index 23a48d00..fe1f29a0 100644 --- a/kopete/libkopete/ui/kopetepasswordwidget.cpp +++ b/kopete/libkopete/ui/kopetepasswordwidget.cpp @@ -108,7 +108,7 @@ bool Kopete::UI::PasswordWidget::validate() TQString Kopete::UI::PasswordWidget::password() const { - return TQString::fromLocal8Bit( mPassword->password() ); + return mPassword->password(); } bool Kopete::UI::PasswordWidget::remember() const -- cgit v1.2.1