summaryrefslogtreecommitdiffstats
path: root/doc/PyQt.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/PyQt.sgml')
-rw-r--r--doc/PyQt.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml
index aa53ee4..e8cd373 100644
--- a/doc/PyQt.sgml
+++ b/doc/PyQt.sgml
@@ -1090,7 +1090,7 @@ class A(TQObject):
TQObject.__init__(self)
def hello(self):
- return qApp.translate("A","Hello")
+ return tqApp.translate("A","Hello")
</ProgramListing>
<Para>