diff --git a/woman/qt.py b/woman/qt.py
index 147f29bc5cf8e5ba9b710463b22f446764dc9477..22686cc836af2dd57eea68cf789058354ec58f7f 100755
--- a/woman/qt.py
+++ b/woman/qt.py
@@ -329,7 +329,6 @@ def qt_main():
         def __init__(self, t, workspace_widget, parent=None):
             super().__init__(t, workspace_widget, parent)
             self._hlay = no_space(QHBoxLayout(self))
-            self._name = QLabel(self)
             self.title = t.name
             self.urgent = t.urgent
             self.title_with_find = None