summaryrefslogtreecommitdiffstats
path: root/extensions/dcopext.py
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/dcopext.py')
-rw-r--r--extensions/dcopext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/dcopext.py b/extensions/dcopext.py
index 5956d26..e854996 100644
--- a/extensions/dcopext.py
+++ b/extensions/dcopext.py
@@ -76,7 +76,7 @@ allow transparent Python calls to DCOP methods. For example:
d = DCOPApp ("kicker", dcop)
(where "kicker" is the complete name of an application and 'dcop' is
-the dcopClient instance owned by the KApplication creating the DCOPApp
+the dcopClient instance owned by the TDEApplication creating the DCOPApp
instance) creates a DCOPApp instance. All of the classes in this
file "borrow" a DCOPClient instance from the calling application.