diff options
Diffstat (limited to 'kio/kpasswdserver/kpasswdserver.cpp')
-rw-r--r-- | kio/kpasswdserver/kpasswdserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kpasswdserver/kpasswdserver.cpp b/kio/kpasswdserver/kpasswdserver.cpp index 42cbad3a4..0f7b2cc58 100644 --- a/kio/kpasswdserver/kpasswdserver.cpp +++ b/kio/kpasswdserver/kpasswdserver.cpp @@ -387,7 +387,7 @@ KPasswdServer::processRequest() dlg.setKeepPassword( true ); #ifdef Q_WS_X11 - XSetTransientForHint( qt_xdisplay(), dlg.winId(), request->windowId); + XSetTransientForHint( tqt_xdisplay(), dlg.winId(), request->windowId); #endif dlgResult = dlg.exec(); |