[Qt-interest] problem after using qt3to4
Mahmood Naderan
nt_mahmood at yahoo.com
Mon Jan 26 17:00:16 CET 2009
Hi,
I use qt3to4 to change my cpp file for new version. In the previous version I had:
class myClass : public QMainWindow
Then, qt3to4 changed that to:
class myClass : public Q3MainWindow
without any modification when I compile it, I get some errors. The first and most important one is:
error C2504: 'Q3MainWindow' : base class undefined.
Why qt3to4 did not modify it correctly?
---------------------
Mahmood Naderan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090126/fe9fac40/attachment.html
More information about the Qt-interest-old
mailing list