diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 16:34:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 16:34:00 -0600 |
commit | 0eb9f5e217225129b22de1a48fe7300723456da3 (patch) | |
tree | ede5a4dd39476960a1f113a323b34b613cf07987 /src/tools | |
parent | 336d563830cd5f9f1f9abdce20db839d06431168 (diff) | |
download | qt3-0eb9f5e217225129b22de1a48fe7300723456da3.tar.gz qt3-0eb9f5e217225129b22de1a48fe7300723456da3.zip |
Add NetWM/Motif controls to QWidget
This must break binary compatibility, so version was also bumped to 3.4.0
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/qglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h index 0fbd4aa..44e6bbf 100644 --- a/src/tools/qglobal.h +++ b/src/tools/qglobal.h @@ -41,11 +41,11 @@ #ifndef QGLOBAL_H #define QGLOBAL_H -#define QT_VERSION_STR "3.3.8d" +#define QT_VERSION_STR "3.4.0" /* QT_VERSION is (major << 16) + (minor << 8) + patch. */ -#define QT_VERSION 0x030308 +#define QT_VERSION 0x030400 /* The operating system, must be one of: (Q_OS_x) |