summaryrefslogtreecommitdiffstats
path: root/dcoppython/lib/pydcop.py
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/lib/pydcop.py')
-rw-r--r--dcoppython/lib/pydcop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/lib/pydcop.py b/dcoppython/lib/pydcop.py
index 0333b742..81875bd7 100644
--- a/dcoppython/lib/pydcop.py
+++ b/dcoppython/lib/pydcop.py
@@ -115,7 +115,7 @@ class DCOPServerObject:
methods is a list of tuple pairs. Each pair consists of the
method signature and the Python method that handles it.
- For example, setMethods([ ('QString cheeseType()', self.cheese_type),
+ For example, setMethods([ ('TQString cheeseType()', self.cheese_type),
('void setGreatWines(bool perthPink, bool hobartMuddy, bool chateauChunder)')
"""
pcop.set_method_list(self.dcop_obj, methods)