add Autosave continuous backups by Andras Reuss and Andrew-R
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpopup.inc
index c1257ea0597e80f0990e2d3e03ceb2f663ae9e6f..6620ce3c6d8137e0426d0d761f0b790ed0853800 100644 (file)
@@ -23,6 +23,7 @@
 #define __EDITPOPUP_INC__
 
 class EditPopup;
+class EditPopupOpenEDL;
 class EditPopupClearSelect;
 class EditPopupCopy;
 class EditPopupCopyPack;
@@ -32,14 +33,9 @@ class EditPopupMute;
 class EditPopupMutePack;
 class EditPopupPaste;
 class EditPopupOverwrite;
-class EditPopupFindAsset;
-class EditPopupTitle;
-class EditTitleDialogThread;
-class EditPopupTitleText;
-class EditPopupTitleWindow;
-class EditPopupShow;
-class EditShowDialogThread;
-class EditPopupShowText;
-class EditPopupShowWindow;
+class EditPopupOverwritePlugins;
+class EditCollectEffects;
+class EditPasteEffects;
+class EditPopupTimecode;
 
 #endif