aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/systray/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/systray/window.py')
-rw-r--r--examples/widgets/systray/window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/systray/window.py b/examples/widgets/systray/window.py
index 4a92857d8..828aebecd 100644
--- a/examples/widgets/systray/window.py
+++ b/examples/widgets/systray/window.py
@@ -51,7 +51,7 @@ import rc_systray
class Window(QDialog):
def __init__(self, parent=None):
- super(Window, self).__init__(parent)
+ super().__init__(parent)
self._icon_group_box = QGroupBox()
self._icon_label = QLabel()