eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8319
ea11a3948f40
--- a/eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py	Sun May 16 20:07:24 2021 +0200
@@ -7,8 +7,8 @@
 Module implementing the label to show some SSL info.
 """
 
-from PyQt5.QtCore import Qt, pyqtSlot, pyqtSignal, QPoint
-from PyQt5.QtWidgets import QLabel
+from PyQt6.QtCore import Qt, pyqtSlot, pyqtSignal, QPoint
+from PyQt6.QtWidgets import QLabel
 
 
 class SafeBrowsingLabel(QLabel):

eric ide

mercurial