aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/deletelater_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/deletelater_test.py')
-rw-r--r--sources/pyside6/tests/QtCore/deletelater_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtCore/deletelater_test.py b/sources/pyside6/tests/QtCore/deletelater_test.py
index 18e7dea09..0ee078428 100644
--- a/sources/pyside6/tests/QtCore/deletelater_test.py
+++ b/sources/pyside6/tests/QtCore/deletelater_test.py
@@ -15,10 +15,10 @@ from init_paths import init_test_paths
init_test_paths(False)
from PySide6.QtCore import QObject, QTimer, QCoreApplication, SIGNAL
-from helper.usesqcoreapplication import UsesQCoreApplication
+from helper.usesqapplication import UsesQApplication
-class TestDeleteLater(UsesQCoreApplication):
+class TestDeleteLater(UsesQApplication):
'''Test case for function DeleteLater'''
def testCase(self):