--- a/eric7/WebBrowser/Session/SessionManager.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/WebBrowser/Session/SessionManager.py Sun May 16 20:07:24 2021 +0200 @@ -12,13 +12,14 @@ import functools import contextlib -from PyQt5.QtCore import ( +from PyQt6.QtCore import ( pyqtSlot, pyqtSignal, Qt, QObject, QTimer, QDir, QFile, QFileInfo, QFileSystemWatcher, QByteArray, QDateTime ) -from PyQt5.QtWidgets import ( - QActionGroup, QApplication, QInputDialog, QLineEdit, QDialog, - QDialogButtonBox, QLabel, QComboBox, QVBoxLayout +from PyQt6.QtGui import QActionGroup +from PyQt6.QtWidgets import ( + QApplication, QInputDialog, QLineEdit, QDialog, QDialogButtonBox, QLabel, + QComboBox, QVBoxLayout ) from E5Gui import E5MessageBox