]> git.lyx.org Git - features.git/blobdiff - src/insets/render_graphic.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[features.git] / src / insets / render_graphic.h
index 182e02f2d35181367e4aa60932223becb054ab2b..0d0727b3b31001eb955c59fd7bcac4980e12fa6f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file render_graphic.h
+ * \file RenderGraphic.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,10 +9,10 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef RENDER_GRAPHIC_H
-#define RENDER_GRAPHIC_H
+#ifndef RENDERGRAPHIC_H
+#define RENDERGRAPHIC_H
 
-#include "render_base.h"
+#include "RenderBase.h"
 
 #include "graphics/GraphicsLoader.h"
 #include "graphics/GraphicsParams.h"
@@ -52,4 +52,4 @@ private:
 
 } // namespace lyx
 
-#endif // NOT RENDER_GRAPHIC_H
+#endif // NOT RENDERGRAPHIC_H