diff -r ffeb85cdc72d -r 441956d8fce5 E5Gui/E5PassivePopup.py --- a/E5Gui/E5PassivePopup.py Sun Jun 29 14:00:30 2014 +0200 +++ b/E5Gui/E5PassivePopup.py Sun Jun 29 20:13:56 2014 +0200 @@ -10,8 +10,8 @@ from __future__ import unicode_literals -from PyQt4.QtCore import pyqtSignal, Qt, QTimer, QPoint, QRect -from PyQt4.QtGui import QFrame, QVBoxLayout, QApplication +from PyQt5.QtCore import pyqtSignal, Qt, QTimer, QPoint, QRect +from PyQt5.QtWidgets import QFrame, QVBoxLayout, QApplication class E5PassivePopup(QFrame):