--- 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):