summaryrefslogtreecommitdiffstats
path: root/dcoppython/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /dcoppython/lib
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'dcoppython/lib')
-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)