]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcollapsable.h
This is the merging of the GUI API cleanup branch that was developed in svn+ssh:...
[features.git] / src / insets / insetcollapsable.h
index 9455eabbb2c58ef959c18b426de36d32904029fd..61493dac2363892c5a908e2dd49afe7659f4045b 100644 (file)
 #include "box.h"
 #include "lyxfont.h"
 
-class Painter;
 class LyXText;
 class Paragraph;
 class CursorSlice;
 
+namespace lyx {
+namespace frontend {
+class Painter;
+}
+}
+
+
 /** A collapsable text inset
 
 */