diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/DCOPClient.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/DCOPClient.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/DCOPClient.java b/kdejava/koala/org/kde/koala/DCOPClient.java index 01949753..25bc9a7a 100644 --- a/kdejava/koala/org/kde/koala/DCOPClient.java +++ b/kdejava/koala/org/kde/koala/DCOPClient.java @@ -13,7 +13,7 @@ import org.kde.qt.TQObject; Inter-process communication and remote procedure calls for KDE applications. This class provides IPC and RPC for KDE applications. Usually you - will not have to instantiate one yourself because KApplication + will not have to instantiate one yourself because TDEApplication contains a method to return a pointer to a DCOPClient object which can be used for your whole application. Before being able to send or receive any DCOP messages, you will have @@ -34,7 +34,7 @@ import org.kde.qt.TQObject; @author Preston Brown <pbrown@kde.org>, Matthias Ettrich <ettrich@kde.org> @short Inter-process communication and remote procedure calls for KDE applications. - @see KApplication#dcopClient + @see TDEApplication#dcopClient */ public class DCOPClient extends TQObject { @@ -564,7 +564,7 @@ public class DCOPClient extends TQObject { Returns the application's main dcop client. The main client can be used by objects that do not have any specific access to a dcop client. In KDE applications, the main client usually is the same - as KApplication.dcopClient(). + as TDEApplication.dcopClient(). @return the application's main dcop client @short Returns the application's main dcop client. @@ -574,7 +574,7 @@ public class DCOPClient extends TQObject { Sets the application's main dcop client. The main client can be used by objects that do not have any specific access to a dcop client. In KDE applications, the main client usually is the same - as KApplication.dcopClient(). + as TDEApplication.dcopClient(). @param mainClient the new main dcop client @short Sets the application's main dcop client. */ |