--- a/eric6/UI/NotificationWidget.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/UI/NotificationWidget.py Sat Apr 10 18:38:27 2021 +0200 @@ -51,7 +51,7 @@ @param parent reference to the parent widget @type QWidget """ - super(NotificationFrame, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.layout().setAlignment( @@ -128,7 +128,7 @@ position interactively @type bool """ - super(NotificationWidget, self).__init__(parent) + super().__init__(parent) self.__layout = QVBoxLayout(self) self.__layout.setContentsMargins(0, 0, 0, 0)