diff -r 0c7a44af84bc -r 962bce857696 eric7/Preferences/ProgramsDialog.py --- a/eric7/Preferences/ProgramsDialog.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/Preferences/ProgramsDialog.py Sun May 16 20:07:24 2021 +0200 @@ -11,8 +11,8 @@ import re import sys -from PyQt5.QtCore import pyqtSlot, Qt, QProcess -from PyQt5.QtWidgets import ( +from PyQt6.QtCore import pyqtSlot, Qt, QProcess +from PyQt6.QtWidgets import ( QApplication, QTreeWidgetItem, QHeaderView, QDialog, QDialogButtonBox )