summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/rhiwidget/examplewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/rhiwidget/examplewidget.h')
-rw-r--r--tests/manual/rhi/rhiwidget/examplewidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/rhi/rhiwidget/examplewidget.h b/tests/manual/rhi/rhiwidget/examplewidget.h
index 1b58eedc20b..b85ae6f1f71 100644
--- a/tests/manual/rhi/rhiwidget/examplewidget.h
+++ b/tests/manual/rhi/rhiwidget/examplewidget.h
@@ -5,7 +5,7 @@
#define EXAMPLEWIDGET_H
#include "rhiwidget.h"
-#include <QtGui/private/qrhi_p.h>
+#include <rhi/qrhi.h>
class ExampleRhiWidget : public QRhiWidget
{