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 /sip/qt/qobject.sip | |
parent | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff) | |
download | pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip |
Rename tqt3 color functions
Diffstat (limited to 'sip/qt/qobject.sip')
-rw-r--r-- | sip/qt/qobject.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip index be2e6c5..55a9e1c 100644 --- a/sip/qt/qobject.sip +++ b/sip/qt/qobject.sip @@ -437,8 +437,8 @@ public: Py_BEGIN_ALLOW_THREADS - if (cname && qApp) - sipRes = new TQString(qApp -> translate(cname,a0,a1,TQApplication::DefaultCodec)); + if (cname && tqApp) + sipRes = new TQString(tqApp -> translate(cname,a0,a1,TQApplication::DefaultCodec)); else sipRes = new TQString(TQString::fromLatin1(a0)); @@ -460,8 +460,8 @@ public: Py_BEGIN_ALLOW_THREADS - if (cname && qApp) - sipRes = new TQString(qApp -> translate(cname,a0,a1,TQApplication::UnicodeUTF8)); + if (cname && tqApp) + sipRes = new TQString(tqApp -> translate(cname,a0,a1,TQApplication::UnicodeUTF8)); else sipRes = new TQString(TQString::fromUtf8(a0)); |