summaryrefslogtreecommitdiff
path: root/tests/unit/components/test_readlinecommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/components/test_readlinecommands.py')
-rw-r--r--tests/unit/components/test_readlinecommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/components/test_readlinecommands.py b/tests/unit/components/test_readlinecommands.py
index af815b075..d10867a54 100644
--- a/tests/unit/components/test_readlinecommands.py
+++ b/tests/unit/components/test_readlinecommands.py
@@ -21,7 +21,7 @@ import os
import re
import inspect
-from PyQt5.QtWidgets import QLineEdit, QApplication
+from qutebrowser.qt.widgets import QLineEdit, QApplication
import pytest
from qutebrowser.components import readlinecommands