Helpviewer/HelpDocsInstaller.py

changeset 3656
441956d8fce5
parent 3591
2f2a4a76dd22
child 3670
f0cb7579c0b4
diff -r ffeb85cdc72d -r 441956d8fce5 Helpviewer/HelpDocsInstaller.py
--- a/Helpviewer/HelpDocsInstaller.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Helpviewer/HelpDocsInstaller.py	Sun Jun 29 20:13:56 2014 +0200
@@ -10,9 +10,9 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import pyqtSignal, QThread, Qt, QMutex, QDateTime, QDir, \
+from PyQt5.QtCore import pyqtSignal, QThread, Qt, QMutex, QDateTime, QDir, \
     QLibraryInfo, QFileInfo
-from PyQt4.QtHelp import QHelpEngineCore
+from PyQt5.QtHelp import QHelpEngineCore
 
 from eric5config import getConfig
 

eric ide

mercurial