diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 17:38:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 17:38:16 -0600 |
commit | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch) | |
tree | cb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /doc/qtdocs.sip | |
parent | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff) | |
download | pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip |
Rename tqt3 color functions
Diffstat (limited to 'doc/qtdocs.sip')
-rw-r--r-- | doc/qtdocs.sip | 2 |
1 files changed, 1 insertions, 1 deletions
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> |