aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Qt/tests/test.cpp')
-rw-r--r--src/Qt/tests/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Qt/tests/test.cpp b/src/Qt/tests/test.cpp
index c8329b1..a418551 100644
--- a/src/Qt/tests/test.cpp
+++ b/src/Qt/tests/test.cpp
@@ -1,9 +1,9 @@
-#include <QApplication>
+#include <QCoreApplication>
#include <QDebug>
int main(int argc, char *argv[])
{
- QApplication app(argc,argv);
+ QCoreApplication app(argc,argv);
return app.exec();