diff -r 0c7a44af84bc -r 962bce857696 eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py --- a/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py Sun May 16 20:07:24 2021 +0200 @@ -10,10 +10,10 @@ import re import socket -from PyQt5.QtCore import pyqtSlot, Qt, QAbstractItemModel, QModelIndex -from PyQt5.QtGui import QBrush, QColor -from PyQt5.QtWidgets import QLineEdit, QInputDialog -from PyQt5.QtNetwork import QNetworkInterface, QAbstractSocket, QHostAddress +from PyQt6.QtCore import pyqtSlot, Qt, QAbstractItemModel, QModelIndex +from PyQt6.QtGui import QBrush, QColor +from PyQt6.QtWidgets import QLineEdit, QInputDialog +from PyQt6.QtNetwork import QNetworkInterface, QAbstractSocket, QHostAddress from E5Gui.E5Application import e5App from E5Gui.E5Completers import E5FileCompleter, E5DirCompleter