dear all,

Now i am trying to convert the Qt3.3.4 files into Qt4.1.4. After Executing Qt3to4 in cmd mode it gives the following some errors.

D:/Qt/4.1.4/include/QtCore\../../src/corelib/thread/qthread.h(31) : error C2146: syntax error : missing ';' before identifier 'QT_MODULE'
D:/Qt/4.1.4/include/QtCore\../../src/corelib/thread/qthread.h(31) : error C2501: 'QT_BEGIN_HEADER' : missing storage-class or type specifiers
D:/Qt/4.1.4/include/QtCore\../../src/corelib/thread/qthread.h(31) : fatal error C1004: unexpected end of file found
zonetrader.cpp
C:\Qt\3.3.4\include\qhostaddress.h(59) : error C2079: 'QHostAddress' uses undefined class 'Q_EXPORT'
C:\Qt\3.3.4\include\qhostaddress.h(59) : error C2239: unexpected token '{' following declaration of 'QHostAddress'
C:\Qt\3.3.4\include\qsocket.h(58) : error C2079: 'QSocket' uses undefined class 'Q_EXPORT'
C:\Qt\3.3.4\include\qsocket.h(58) : error C2239: unexpected token ':' following declaration of 'QSocket'
C:\Qt\3.3.4\include\qsocket.h(58) : error C2059: syntax error : 'public'
C:\Qt\3.3.4\include\qptrcollection.h(50) : error C2079: 'QPtrCollection' uses undefined class 'Q_EXPORT'
C:\Qt\3.3.4\include\qptrcollection.h(50) : error C2239: unexpected token '{' following declaration of 'QPtrCollection'
C:\Qt\3.3.4\include\qgdict.h(53) : error C2653: 'QPtrCollection' : is not a class or namespace name
C:\Qt\3.3.4\include\qgdict.h(53) : error C2146: syntax error : missing ';' before identifier 'getData'
C:\Qt\3.3.4\include\qgdict.h(53) : error C2501: 'Item' : missing storage-class or type specifiers
C:\Qt\3.3.4\include\qgdict.h(53) : warning C4183: 'getData': member function definition looks like a ctor, but name does not match enclosing class
C:\Qt\3.3.4\include\qgdict.h(54) : error C2653: 'QPtrCollection' : is not a class or namespace name
C:\Qt\3.3.4\include\qgdict.h(54) : error C2146: syntax error : missing ';' before identifier 'setData'
C:\Qt\3.3.4\include\qgdict.h(54) : error C2501: 'Item' : missing storage-class or type specifiers
C:\Qt\3.3.4\include\qgdict.h(54) : error C2653: 'QPtrCollection' : is not a class or namespace name


All errors shows in qt include files. give any solutions.

regards,
suresh.