summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/triage/files.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/triage/files.h b/examples/triage/files.h
index 01d8e75e..d0cfc2ab 100644
--- a/examples/triage/files.h
+++ b/examples/triage/files.h
@@ -2,11 +2,7 @@
#include <QtWidgets/QWidget>
#include <QtWidgets/QTreeView>
-#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
- #include <QtWidgets/QFileSystemModel>
-#else
- #include <QtGui/QFileSystemModel>
-#endif
+#include <QtGui/QFileSystemModel>
#include "action.h"
#include "menus.h"