diff options
Diffstat (limited to 'sip/qt/qtmod.sip')
-rw-r--r-- | sip/qt/qtmod.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qtmod.sip b/sip/qt/qtmod.sip index d727a78..5085eb8 100644 --- a/sip/qt/qtmod.sip +++ b/sip/qt/qtmod.sip @@ -28,12 +28,12 @@ %Include copying.sip -unsigned PYQT_VERSION; -const char *PYQT_VERSION_STR; +unsigned PYTQT_VERSION; +const char *PYTQT_VERSION_STR; %ModuleCode -static unsigned PYQT_VERSION = 0x031201; -static const char *PYQT_VERSION_STR = "3.18.1"; +static unsigned PYTQT_VERSION = 0x031201; +static const char *PYTQT_VERSION_STR = "3.18.1"; %End |