]> git.lyx.org Git - features.git/blobdiff - src/insets/insetwrap.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[features.git] / src / insets / insetwrap.h
index 3a6f8b3b8d445a85c8cfdba2513435a0fdd2936f..9bf84475e35da40e94eae91042d65eb9b8ec4761 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetwrap.h
+ * \file InsetWrap.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,9 +12,9 @@
 #ifndef INSETWRAP_H
 #define INSETWRAP_H
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 #include "lyxlength.h"
-#include "mailinset.h"
+#include "MailInset.h"
 
 
 namespace lyx {