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/qapplication.sip | |
parent | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff) | |
download | pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip |
Rename tqt3 color functions
Diffstat (limited to 'sip/qt/qapplication.sip')
-rw-r--r-- | sip/qt/qapplication.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qapplication.sip b/sip/qt/qapplication.sip index 4e08b98..367ac2c 100644 --- a/sip/qt/qapplication.sip +++ b/sip/qt/qapplication.sip @@ -65,7 +65,7 @@ This has been renamed to <Literal>exec_loop</Literal> in Python. %End -TQApplication *qApp; +TQApplication *tqApp; class TQApplication : TQObject |