diff options
Diffstat (limited to 'pyuic3/uic.h')
-rw-r--r-- | pyuic3/uic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuic3/uic.h b/pyuic3/uic.h index 12f704a..1cda66b 100644 --- a/pyuic3/uic.h +++ b/pyuic3/uic.h @@ -30,7 +30,7 @@ #include <tqvariant.h> -#define PYQT_VERSION "3.18.1" +#define PYTQT_VERSION "3.18.1" class PyIndent @@ -143,7 +143,7 @@ private: uint stdsetdef : 1; uint externPixmaps : 1; -#if QT_VERSION >= 0x030300 +#if TQT_VERSION >= 0x030300 TQString uiFileVersion; #endif TQString nameOfClass; |