summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/models/fsviewer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/fsviewer/main.cpp b/examples/models/fsviewer/main.cpp
index c9cd366..3a8f17b 100644
--- a/examples/models/fsviewer/main.cpp
+++ b/examples/models/fsviewer/main.cpp
@@ -1,7 +1,7 @@
#include <QtCore/QDir>
#include <QtGui/QGuiApplication>
#include <QtQuick/QQuickView>
-#include <QtDeclarative/QDeclarativeContext>
+#include <QtQml/QQmlContext>
#include <UiHelpers/UiFileSystemModel>
int main(int argc, char *argv[])