]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / insets / InsetCollapsable.h
index c14cadfc738d6ed18b748e63e88f671133083f31..c9e101f3d1427fc9127371a4f27a0367db281988 100644 (file)
@@ -18,7 +18,7 @@
 #include "InsetText.h"
 
 #include "Box.h"
-#include "LyXFont.h"
+#include "Font.h"
 
 #include <string>
 
@@ -71,7 +71,7 @@ public:
        ///
        virtual void setButtonLabel() {}
        ///
-       void setLabelFont(LyXFont & f);
+       void setLabelFont(Font & f);
        ///
        bool isOpen() const { return status_ == Open || status_ == Inlined; }
        ///
@@ -105,7 +105,7 @@ protected:
 
 protected:
        ///
-       LyXFont labelfont_;
+       Font labelfont_;
        ///
        mutable Box button_dim;
        ///