#include #include "cd_pult.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); CD_Pult w; w.show(); return a.exec(); }