summaryrefslogtreecommitdiffstats
path: root/examples/effects/customshader/customshadereffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/customshader/customshadereffect.h')
-rw-r--r--examples/effects/customshader/customshadereffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/effects/customshader/customshadereffect.h b/examples/effects/customshader/customshadereffect.h
index 9ba5f15f0c..6892d96956 100644
--- a/examples/effects/customshader/customshadereffect.h
+++ b/examples/effects/customshader/customshadereffect.h
@@ -43,7 +43,7 @@
#define CUSTOMSHADEREFFECT_H
#include <QGraphicsEffect>
-#include <QGraphicsShaderEffect>
+#include <QtOpenGL/private/qgraphicsshadereffect_p.h>
#include <QGraphicsItem>
class CustomShaderEffect: public QGraphicsShaderEffect