diff --git a/journal/unix/journal.py b/journal/unix/journal.py index 9b149f3..23c7395 100644 --- a/journal/unix/journal.py +++ b/journal/unix/journal.py @@ -39,7 +39,7 @@ class Journal(QWidget): self.label = QLabel(self) self.change_image('default_en') - self.setWindowFlags(self.windowFlags() | QtCore.Qt.FramelessWindowHint) + self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint) self.setAttribute(Qt.WA_TranslucentBackground) self.setAttribute(Qt.WA_NoSystemBackground) self.setWindowTitle('')