diff -r 304fcefd3b04 -r e3d7a861547c Helpviewer/UrlBar/FavIconLabel.py --- a/Helpviewer/UrlBar/FavIconLabel.py Sun Feb 10 15:26:21 2013 +0100 +++ b/Helpviewer/UrlBar/FavIconLabel.py Sun Feb 10 18:31:31 2013 +0100 @@ -10,8 +10,6 @@ from PyQt4.QtCore import Qt, QPoint, QUrl, QMimeData from PyQt4.QtGui import QLabel, QApplication, QDrag, QPixmap -import Helpviewer.HelpWindow - class FavIconLabel(QLabel): """ @@ -39,6 +37,7 @@ """ Private slot to set the icon. """ + import Helpviewer.HelpWindow try: url = QUrl() if self.__browser: