]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetGraphicsParams.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / insets / InsetGraphicsParams.h
index 5a321ecc6a7dbba5dcaab9a24958bc56d81a25f4..f3429afe9bab2df89c4a466064571bc19e622213 100644 (file)
 
 #include "graphics/GraphicsTypes.h"
 #include "Length.h"
-#include "EmbeddedFiles.h"
+
+#include "support/FileName.h"
+
+#include <string>
 
 namespace lyx {
 
@@ -31,7 +34,7 @@ class InsetGraphicsParams
 {
 public:
        /// Image filename.
-       EmbeddedFile filename;
+       support::DocFileName filename;
        /// Scaling the Screen inside Lyx
        unsigned int lyxscale;
        /// How to display the image inside LyX