#include #include "bkespel.h" int main(int argc, char *argv[ ]) { QApplication app (argc, argv); BKESpel spel; spel.show ( ); return app.exec ( ); }//main