summaryrefslogtreecommitdiffstats
path: root/extensions/dcopext.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:02:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:02:42 -0600
commit8c9e5c21b7246ebab379d6d36120992c5e82501e (patch)
treebd3e2823a96f8cfb35b30b9514a3bc3d6e8857e7 /extensions/dcopext.py
parent74420664aeaa6bb4d9bbde7f70a3b4468d24be60 (diff)
downloadpytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.tar.gz
pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.zip
Fix retquire
Diffstat (limited to 'extensions/dcopext.py')
-rw-r--r--extensions/dcopext.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/dcopext.py b/extensions/dcopext.py
index bf63e96..c1b3a6c 100644
--- a/extensions/dcopext.py
+++ b/extensions/dcopext.py
@@ -122,11 +122,11 @@ failure = False).
ok = d.Panel.addURLButton (TQString ("http://www.kde.org"))
-would call addURLButton with the retquired argument, and return nothing but the DCOP call
+would call addURLButton with the required argument, and return nothing but the DCOP call
status(since its return type is 'void').
Note that to instantiate a DCOPObj directly, you need to have a valid DCOPApp
-to pass to DCOPObj's __init__ method. Similarly, DCOPMeth retquires a valid DCOPOBject.
+to pass to DCOPObj's __init__ method. Similarly, DCOPMeth requires a valid DCOPOBject.
For example:
d = DCOPApp ("kicker", dcop)