diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /doc/dcopext.html | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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> |