diff options
Diffstat (limited to 'doc/dcopext.html')
-rw-r--r-- | doc/dcopext.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dcopext.html b/doc/dcopext.html index 3f96826..ea21e47 100644 --- a/doc/dcopext.html +++ b/doc/dcopext.html @@ -109,7 +109,7 @@ of the tuple (ok) is a boolean value indicating whether the call succeeded (True </p> <p> Many of the DCOP object names can't be used as Python identifiers (for example,"0x8239ae0" or -KIO::Scheduler in kicker, or EditInterface#1, which kwrite exports). In that case, it's +TDEIO::Scheduler in kicker, or EditInterface#1, which kwrite exports). In that case, it's necessary to write the code at the object level, constructing a DCOPObj instead of a DCOPApp (DCOPApp actually constructs a DCOPObj behind the scenese in the example above). </p> |