diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PyQt.html | 2 | ||||
-rw-r--r-- | doc/PyQt.sgml | 2 | ||||
-rw-r--r-- | doc/qtdocs.sip | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html index 8cd432c..418b3ca 100644 --- a/doc/PyQt.html +++ b/doc/PyQt.html @@ -1744,7 +1744,7 @@ CLASS="PROGRAMLISTING" TQObject.__init__(self) def hello(self): - return qApp.translate("A","Hello")</PRE + return tqApp.translate("A","Hello")</PRE ></TD ></TR ></TABLE 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> diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip index 644f1cd..37824da 100644 --- a/doc/qtdocs.sip +++ b/doc/qtdocs.sip @@ -1123,7 +1123,7 @@ class A(TQObject): TQObject.__init__(self) def hello(self): - return qApp.translate("A","Hello") + return tqApp.translate("A","Hello") </ProgramListing> <Para> |