summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-24 18:01:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-24 18:01:36 -0600
commit10eafa49fd1fef7ea609f930bb0bb4773e61a015 (patch)
treeae58d1539cf882a5c40eded9485147e412e2429c
parent5759106d508a5b3d7dff4aaf6c0e65e847077d6d (diff)
downloadexperimental-10eafa49fd1fef7ea609f930bb0bb4773e61a015.tar.gz
experimental-10eafa49fd1fef7ea609f930bb0bb4773e61a015.zip
Update qglobal patch
-rw-r--r--qt3-tqt3/tqt3_fixups.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt3-tqt3/tqt3_fixups.diff b/qt3-tqt3/tqt3_fixups.diff
index 1539be7..5a5d4a5 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.4.0"
+ #define QT_VERSION_STR "3.5.0"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.