aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/hellogl2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/hellogl2.py b/examples/opengl/hellogl2.py
index b12a7b275..fd5d79be3 100644
--- a/examples/opengl/hellogl2.py
+++ b/examples/opengl/hellogl2.py
@@ -55,7 +55,7 @@ from PySide2.QtWidgets import (QApplication, QWidget, QMessageBox, QHBoxLayout,
QSlider)
from PySide2.QtOpenGLWidgets import QOpenGLWidget
-from shiboken2 import VoidPtr
+from shiboken6 import VoidPtr
try:
from OpenGL import GL