diff --git a/qt3-tqt3/tqt3_fixups.diff b/qt3-tqt3/tqt3_fixups.diff index 229e638..883bf4a 100644 --- a/qt3-tqt3/tqt3_fixups.diff +++ b/qt3-tqt3/tqt3_fixups.diff @@ -132,3 +132,15 @@ diff -ur tools/designer/uic/form.cpp tools/designer/uic/form.cpp globalIncludes += "qheader.h"; if ( name != objClass ) { int wid = WidgetDatabase::idFromClassName( name ); +diff -ur src/tools/qglobal.h src/tools/qglobal.h +--- src/tools/qglobal.h ++++ src/tools/qglobal.h +@@ -41,6 +41,8 @@ + #ifndef TQGLOBAL_H + #define TQGLOBAL_H + ++#define TQT_REAL_TQT 1 ++ + #define QT_VERSION_STR "3.3.8d" + /* + QT_VERSION is (major << 16) + (minor << 8) + patch.