summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-03-05 14:27:44 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-03-25 09:51:28 +0000
commite1ce8dca16d3d015a140ae8b70592c659f6f1dbc (patch)
tree4af9c2f73994e6110249a2014908f5a96bf64b57
parentf5883eb9060f34e1f0b6569dcfec61e6983babfe (diff)
Fix build of the manual dialog test with Qt 4.
Change-Id: If2b0ae9842ebc2795168d2c50934b8a87006544b Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
-rw-r--r--tests/manual/dialogs/filedialogpanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/dialogs/filedialogpanel.cpp b/tests/manual/dialogs/filedialogpanel.cpp
index 32a6c3e190..eda56bef94 100644
--- a/tests/manual/dialogs/filedialogpanel.cpp
+++ b/tests/manual/dialogs/filedialogpanel.cpp
@@ -48,6 +48,7 @@
#include <QLabel>
#include <QMessageBox>
#include <QApplication>
+#include <QUrl>
#include <QTimer>
#include <QDebug>