summaryrefslogtreecommitdiff
path: root/tests/unit/utils/usertypes/test_timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utils/usertypes/test_timer.py')
-rw-r--r--tests/unit/utils/usertypes/test_timer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/utils/usertypes/test_timer.py b/tests/unit/utils/usertypes/test_timer.py
index 97c116f01..5eb7adc48 100644
--- a/tests/unit/utils/usertypes/test_timer.py
+++ b/tests/unit/utils/usertypes/test_timer.py
@@ -20,12 +20,12 @@
"""Tests for Timer."""
import pytest
-from qutebrowser.qt.core import QObject
+from qutebrowser.qt import core
from qutebrowser.utils import usertypes
-class Parent(QObject):
+class Parent(core.QObject):
"""Class for test_parent()."""