UI/SplashScreen.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
child 3670
f0cb7579c0b4
diff -r ffeb85cdc72d -r 441956d8fce5 UI/SplashScreen.py
--- a/UI/SplashScreen.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/UI/SplashScreen.py	Sun Jun 29 20:13:56 2014 +0200
@@ -12,8 +12,9 @@
 import os.path
 import logging
 
-from PyQt4.QtCore import Qt
-from PyQt4.QtGui import QApplication, QPixmap, QSplashScreen, QColor
+from PyQt5.QtCore import Qt
+from PyQt5.QtGui import QPixmap, QColor
+from PyQt5.QtWidgets import QApplication, QSplashScreen
 
 from eric5config import getConfig
 

eric ide

mercurial