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