]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetCollapsable.h
index 58666bfe19c8034273a344713b52898b0c508ec7..57a089858d1eda392d57ba68629c431ca7f940a0 100644 (file)
@@ -15,7 +15,6 @@
 #define INSETCOLLAPSABLE_H
 
 #include "Inset.h"
-#include "InsetLayout.h"
 #include "InsetText.h"
 
 #include "Box.h"
@@ -118,14 +117,8 @@ public:
         *   x) toggled by autoOpen_
         */
 
-       ///
-       enum Decoration {
-               Classic,
-               Minimalistic,
-               Conglomerate
-       };
        /// Default looks
-       virtual Decoration decoration() const;
+       virtual InsetDecoration decoration() const;
        ///
        enum Geometry {
                TopButton,