From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- dcoppython/lib/pydcop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcoppython/lib') 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) -- cgit v1.2.1