diff options
Diffstat (limited to 'kdeui/kpassdlg.cpp')
-rw-r--r-- | kdeui/kpassdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kpassdlg.cpp b/kdeui/kpassdlg.cpp index 37333ad21..5e5df81cd 100644 --- a/kdeui/kpassdlg.cpp +++ b/kdeui/kpassdlg.cpp @@ -187,9 +187,9 @@ void KPasswordEdit::erase() void KPasswordEdit::focusInEvent(TQFocusEvent *e) { const TQString txt = text(); - setUpdatesEnabled(false); + tqsetUpdatesEnabled(false); TQLineEdit::focusInEvent(e); - setUpdatesEnabled(true); + tqsetUpdatesEnabled(true); setText(txt); } |