diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 17:11:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 17:11:10 -0600 |
commit | 45c27365b0befff859d13bafa2d1f6cc03a7061c (patch) | |
tree | 0fc2b284f3099128b7f87c7e312b8e32cb0f1fd7 | |
parent | 86715ac657b0c8a37b27fa72215d7d2c88508dd9 (diff) | |
download | experimental-45c27365b0befff859d13bafa2d1f6cc03a7061c.tar.gz experimental-45c27365b0befff859d13bafa2d1f6cc03a7061c.zip |
Update TQt3 patch file for new Qt3 version
-rw-r--r-- | qt3-tqt3/tqt3_fixups.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt3-tqt3/tqt3_fixups.diff b/qt3-tqt3/tqt3_fixups.diff index 2063f27..1539be7 100644 --- a/qt3-tqt3/tqt3_fixups.diff +++ b/qt3-tqt3/tqt3_fixups.diff @@ -141,6 +141,6 @@ diff -ur src/tools/qglobal.h src/tools/qglobal.h +#define TQT_REAL_TQT 1 + - #define QT_VERSION_STR "3.3.8d" + #define QT_VERSION_STR "3.4.0" /* QT_VERSION is (major << 16) + (minor << 8) + patch. |