Helpviewer/UrlBar/FavIconLabel.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
--- a/Helpviewer/UrlBar/FavIconLabel.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Helpviewer/UrlBar/FavIconLabel.py	Sun Jun 29 20:13:56 2014 +0200
@@ -13,8 +13,9 @@
 except NameError:
     pass
 
-from PyQt4.QtCore import Qt, QPoint, QUrl, QMimeData
-from PyQt4.QtGui import QLabel, QApplication, QDrag, QPixmap
+from PyQt5.QtCore import Qt, QPoint, QUrl, QMimeData
+from PyQt5.QtGui import QDrag, QPixmap
+from PyQt5.QtWidgets import QLabel, QApplication
 
 
 class FavIconLabel(QLabel):

eric ide

mercurial