]> git.sesse.net Git - kdenlive/blobdiff - src/noteswidget.cpp
normalize signal/slots
[kdenlive] / src / noteswidget.cpp
index f86e5e77f1a918cdbd7cdfc3422714100a49231b..afa8b2e2de64c2fff9b5b711b6b38577a024385c 100644 (file)
@@ -29,7 +29,7 @@
 NotesWidget::NotesWidget(QWidget * parent) :
         KTextEdit(parent)
 {
-    connect(this, SIGNAL(aboutToShowContextMenu(QMenu *)), this, SLOT(slotFillNotesMenu(QMenu *)));
+    connect(this, SIGNAL(aboutToShowContextMenu(QMenu*)), this, SLOT(slotFillNotesMenu(QMenu*)));
     setMouseTracking(true);
 }