diff -r 0c7a44af84bc -r 962bce857696 eric7/UI/AuthenticationDialog.py --- a/eric7/UI/AuthenticationDialog.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/UI/AuthenticationDialog.py Sun May 16 20:07:24 2021 +0200 @@ -7,7 +7,7 @@ Module implementing the authentication dialog for the help browser. """ -from PyQt5.QtWidgets import QDialog, QStyle +from PyQt6.QtWidgets import QDialog, QStyle from .Ui_AuthenticationDialog import Ui_AuthenticationDialog