]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[lyx.git] / src / insets / inset.h
index 73c8a4380f72e2e04ed22de600b48d3844caf9c9..36f107800f1fe900d908e80f53feb01c20ac8f99 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file inset.h
+ * \file Inset.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -15,7 +15,7 @@
 #ifndef INSETOLD_H
 #define INSETOLD_H
 
-#include "insetbase.h"
+#include "InsetBase.h"
 
 
 namespace lyx {
@@ -53,7 +53,7 @@ private:
 
 /** \c InsetBase_code is a wrapper for InsetBase::Code.
  *  It can be forward-declared and passed as a function argument without
- *  having to expose inset.h.
+ *  having to expose Inset.h.
  */
 class InsetBase_code {
        InsetBase::Code val_;