]> git.sesse.net Git - kdenlive/blobdiff - src/tracksconfigdialog.cpp
normalize signal/slots
[kdenlive] / src / tracksconfigdialog.cpp
index 939859903d17bd2d5b5255fc38002e32d8c8c417..48a6e41744f0d1c7aee239b1401def679eca727e 100644 (file)
@@ -99,7 +99,7 @@ TracksConfigDialog::TracksConfigDialog(KdenliveDoc * doc, int selected, QWidget*
     buttonDown->setEnabled(false);
 
     setupOriginal(selected);
-    connect(table, SIGNAL(itemChanged(QTableWidgetItem *)), this, SLOT(slotUpdateRow(QTableWidgetItem *)));
+    connect(table, SIGNAL(itemChanged(QTableWidgetItem*)), this, SLOT(slotUpdateRow(QTableWidgetItem*)));
 }
 
 const QList <TrackInfo> TracksConfigDialog::tracksList()