X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FClipboard.h;h=af617f5aecc4af11ac5889a35a83f6ea7ac947d5;hb=e20389ed6bb58d720aedc020e0257efd4742aec0;hp=faf4e0a8fe37d423cdcad09ce9575ab6c9783e00;hpb=2552c737be8a761ab6f6993215f98baa95c09829;p=lyx.git diff --git a/src/frontends/Clipboard.h b/src/frontends/Clipboard.h index faf4e0a8fe..af617f5aec 100644 --- a/src/frontends/Clipboard.h +++ b/src/frontends/Clipboard.h @@ -18,8 +18,6 @@ #include "support/strfwd.h" -using lyx::support::FileName; - namespace lyx { namespace frontend { @@ -62,7 +60,7 @@ public: /// Get the contents of the window system clipboard in any text format except LyxTextType. virtual docstring const getAsText(TextType type) const = 0; /// Get the contents of the window system clipboard as graphics file. - virtual FileName getAsGraphics(Cursor const & cur, GraphicsType type) const = 0; + virtual support::FileName getAsGraphics(Cursor const & cur, GraphicsType type) const = 0; /** * Fill the system clipboard. The format of \p lyx is as written in