summaryrefslogtreecommitdiffstats
path: root/tests/boxplottester/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/boxplottester/main.cpp')
-rw-r--r--tests/boxplottester/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/boxplottester/main.cpp b/tests/boxplottester/main.cpp
index cb2fd866..6d136669 100644
--- a/tests/boxplottester/main.cpp
+++ b/tests/boxplottester/main.cpp
@@ -19,11 +19,7 @@
****************************************************************************/
#include <QtCore/QtGlobal>
-#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
-#include <QApplication>
-#else
#include <QtWidgets/QApplication>
-#endif
#include "mainwidget.h"
int main(int argc, char *argv[])