summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_completiondelegate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/completion/test_completiondelegate.py')
-rw-r--r--tests/unit/completion/test_completiondelegate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/completion/test_completiondelegate.py b/tests/unit/completion/test_completiondelegate.py
index ad081ccbf..46e39c2d5 100644
--- a/tests/unit/completion/test_completiondelegate.py
+++ b/tests/unit/completion/test_completiondelegate.py
@@ -21,9 +21,9 @@ from unittest import mock
import hypothesis
import hypothesis.strategies
import pytest
-from PyQt5.QtCore import Qt
-from PyQt5.QtGui import QTextDocument, QColor
-from PyQt5.QtWidgets import QTextEdit
+from qutebrowser.qt.QtCore import Qt
+from qutebrowser.qt.QtGui import QTextDocument, QColor
+from qutebrowser.qt.QtWidgets import QTextEdit
from qutebrowser.completion import completiondelegate