]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.h
Remove color dependency of framed note, fix bug 3598
[lyx.git] / src / insets / InsetTheorem.h
index e125f70f668b5ae1c24cab071f12f479a513a2b3..0b337323cb6b67913815427b0f5b5c7dc1fecb58 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file InsetTheorem.h
+ * \file Inset.heorem.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef InsetTheorem_H
-#define InsetTheorem_H
+#ifndef Inset.heorem_H
+#define Inset.heorem_H
 
 
 #include "InsetCollapsable.h"
@@ -21,10 +21,10 @@ namespace lyx {
 /** The theorem inset
 
 */
-class InsetTheorem : public InsetCollapsable {
+class Inset.heorem : public InsetCollapsable {
 public:
        ///
-       InsetTheorem();
+       Inset.heorem();
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
@@ -39,7 +39,7 @@ public:
        ///
        virtual docstring const editMessage() const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 
        ///
        mutable unsigned int center_indent_;