X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=27e69ca69432027d90cb81d52ebb203978a68ca9;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=486e887c1d0a613d74283643bca9c48d135cbe38;hpb=5bcb9b7ead3d053cb2b0498d84a2622626bf7f14;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 486e887c..27e69ca6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -431,7 +431,7 @@ private slots: void slotActivateTransitionView(Transition *); void slotChangeTool(QAction * action); void slotChangeEdit(QAction * action); - void slotSetTool(PROJECTTOOL tool); + void slotSetTool(ProjectTool tool); void slotSnapForward(); void slotSnapRewind(); void slotClipStart(); @@ -563,7 +563,7 @@ private slots: /** @brief Save current timeline clip as mlt playlist. */ void slotSaveTimelineClip(); /** @brief Process keyframe data sent from a clip to effect / transition stack. */ - void slotProcessImportKeyframes(GRAPHICSRECTITEM type, const QString& data, int maximum); + void slotProcessImportKeyframes(GraphicsRectItem type, const QString& data, int maximum); /** @brief Move playhead to mouse curser position if defined key is pressed */ void slotAlignPlayheadToMousePos(); /** @brief Set MLT's consumer deinterlace method */