Fix
bug #61 http://fireforge.net/tracker/index.php?func=detail&aid=61&group_id=11&atid=125
Crashing engine in some conditions due to incorrect theme info
#include <QApplication>
#include "mainform.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MyWindow *mainWin = new MyWindow;
mainWin->show();
return app.exec();
}