eric6/UI/NotificationWidget.py

changeset 8218
7c09585bd960
parent 8154
5f4b02eefc32
child 8243
cc717c2ae956
--- 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)

eric ide

mercurial