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