]> git.lyx.org Git - features.git/blobdiff - src/insets/insetnote.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[features.git] / src / insets / insetnote.h
index f241725a667fcb2fb6cc53856a58bfdad4423976..45e2347a27c7de1a37b55ee489053820a66321d2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetnote.h
+ * \file InsetNote.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,8 +12,8 @@
 #ifndef INSETNOTE_H
 #define INSETNOTE_H
 
-#include "insetcollapsable.h"
-#include "mailinset.h"
+#include "InsetCollapsable.h"
+#include "MailInset.h"
 
 
 namespace lyx {