summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/throttle.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/misc/throttle.py')
-rw-r--r--qutebrowser/misc/throttle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/misc/throttle.py b/qutebrowser/misc/throttle.py
index ac565b68d..5e4dd13b2 100644
--- a/qutebrowser/misc/throttle.py
+++ b/qutebrowser/misc/throttle.py
@@ -23,7 +23,7 @@ import dataclasses
import time
from typing import Any, Callable, Mapping, Optional, Sequence
-from PyQt5.QtCore import QObject
+from qutebrowser.qt.core import QObject
from qutebrowser.utils import usertypes