From 8cfbfac527b65529ac5d96a6255a251769c36634 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:28:49 -0600 Subject: Rename kwin to twin (part 1 of 2) --- tdecore/kapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kapplication.h') diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h index bec523a0b..014b1cad5 100644 --- a/tdecore/kapplication.h +++ b/tdecore/kapplication.h @@ -1078,7 +1078,7 @@ public: /** * Updates the last user action timestamp to the given time, or to the current time, * if 0 is given. Do not use unless you're really sure what you're doing. - * Consult focus stealing prevention section in kdebase/kwin/README. + * Consult focus stealing prevention section in kdebase/twin/README. * @since 3.2 */ void updateUserTimestamp( unsigned long time = 0 ); @@ -1095,7 +1095,7 @@ public: * to the given time, or to this application's user time, if 0 is given. * Use before causing user interaction in the remote application, e.g. invoking a dialog * in the application using a DCOP call. - * Consult focus stealing prevention section in kdebase/kwin/README. + * Consult focus stealing prevention section in kdebase/twin/README. * @since 3.3 */ void updateRemoteUserTimestamp( const TQCString& dcopId, unsigned long time = 0 ); -- cgit v1.2.1