summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/triquadcube/quadrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/triquadcube/quadrenderer.h')
-rw-r--r--tests/manual/rhi/triquadcube/quadrenderer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/rhi/triquadcube/quadrenderer.h b/tests/manual/rhi/triquadcube/quadrenderer.h
index a9f882fe54..8e5b556e06 100644
--- a/tests/manual/rhi/triquadcube/quadrenderer.h
+++ b/tests/manual/rhi/triquadcube/quadrenderer.h
@@ -1,10 +1,10 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef QUADRENDERER_H
#define QUADRENDERER_H
-#include <QtGui/private/qrhi_p.h>
+#include <rhi/qrhi.h>
class QuadRenderer
{