]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
Fix timeline handling of objects (move them instead of changing their bounding rect
[kdenlive] / src / projectlist.h
index d06befa4f8fd3d7ec576cbafbb92987d9bdfebef..cfa7d80dd8f4622f33be51a3cedd5112408c6a85 100644 (file)
@@ -26,8 +26,8 @@
 #include <QTreeWidget>
 #include <QPainter>
 #include <QItemDelegate>
+#include <QUndoStack>
 
-#include <KUndoStack>
 #include <KTreeWidgetSearchLine>
 #include <KUrl>
 
@@ -128,7 +128,7 @@ private:
     double m_fps;
     QToolBar *m_toolbar;
     QMenu *m_menu;
-    KUndoStack *m_commandStack;
+    QUndoStack *m_commandStack;
     int m_clipIdCounter;
     void selectItemById(const int clipId);
     ProjectItem *getItemById(int id);