aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtNfc/test_nfc.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtNfc/test_nfc.py')
-rw-r--r--sources/pyside6/tests/QtNfc/test_nfc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtNfc/test_nfc.py b/sources/pyside6/tests/QtNfc/test_nfc.py
index 72932a5a1..a73c52153 100644
--- a/sources/pyside6/tests/QtNfc/test_nfc.py
+++ b/sources/pyside6/tests/QtNfc/test_nfc.py
@@ -15,10 +15,10 @@ init_test_paths(False)
from PySide6.QtNfc import QNearFieldManager
-from helper.usesqcoreapplication import UsesQCoreApplication
+from helper.usesqapplication import UsesQApplication
-class TestNfc(UsesQCoreApplication):
+class TestNfc(UsesQApplication):
def test(self):
manager = QNearFieldManager()