mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Use non-obsolete constructor. Forgot this last time.
svn path=/trunk/kdeutils/kdepasswd/; revision=219535
This commit is contained in:
parent
9be5db6f74
commit
0f32f86fcd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
KDEpasswd1Dialog::KDEpasswd1Dialog(QCString user)
|
||||
: KPasswordDialog(Password, "")
|
||||
: KPasswordDialog(Password, false, 0)
|
||||
{
|
||||
m_User = user;
|
||||
|
||||
|
|
Loading…
Reference in a new issue