aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/qimage_win_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/qimage_win_test.py')
-rw-r--r--sources/pyside6/tests/QtGui/qimage_win_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtGui/qimage_win_test.py b/sources/pyside6/tests/QtGui/qimage_win_test.py
index 34e4d0daf..2d9cb96f1 100644
--- a/sources/pyside6/tests/QtGui/qimage_win_test.py
+++ b/sources/pyside6/tests/QtGui/qimage_win_test.py
@@ -14,7 +14,7 @@ init_test_paths(False)
from PySide6.QtCore import Qt
from PySide6.QtGui import QImage
-from helper.usesqguiapplication import UsesQGuiApplication
+from helper.usesqapplication import UsesQApplication
def create_image():
@@ -23,7 +23,7 @@ def create_image():
return result
-class QImageWinTest(UsesQGuiApplication):
+class QImageWinTest(UsesQApplication):
def test_to_hbitmap(self):
"""Test conversion to/from a Windows HBITMAP."""