|
|
|
@ -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.
|
|
|
|
|