summaryrefslogtreecommitdiffstats
path: root/twin/README
diff options
context:
space:
mode:
Diffstat (limited to 'twin/README')
-rw-r--r--twin/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/README b/twin/README
index 652fa83ae..8d61c7163 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 tdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments
+call (see tdelibs/tdeioslave/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.