diff options
Diffstat (limited to 'twin/README')
-rw-r--r-- | twin/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/README b/twin/README index 7677b2b78..3e4e49219 100644 --- a/twin/README +++ b/twin/README @@ -160,7 +160,7 @@ mainwindow should in the cookie dialog case point to the Konqueror window for which it has been shown. This is solved in kcookiejar by including the window id in the DCOP call. When the cookie dialog is shown, its WM_TRANSIENT_FOR property is manually set using the XSetTransientForHint() -call (see kdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments +call (see tdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments to XSetTransientForHint() call are the X display (i.e. qt_xdisplay()), the window id on which the WM_TRANSIENT_FOR property is to be set (i.e. use QWidget::winId()), and the window id of the mainwindow. |