Hello together,

since a while I try to get running an old program, from which I lost the source code. The prog has been developed with qt 2 and when I start the program I get a segmentation fault. By using gdb to figure out which kind of error it is I got the following output:

Program received signal SIGSEGV, Segmentation fault.
0xb7da60ac in QWidget::minimumSize () from libqt.so.2


I was using the libs: libqt.so.2.2,libqt.so.2.2.3 ,libqt.so.2.3,libqt.so.2.3.1
But with all of them I got the same error.
It would be kind if anybody could help me.

Thank you
Dave