]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.cpp
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetIndex.cpp
index 846aae07db4b0f34c7db56e1f862d13a6a28cdcc..6ac5cb54eb439e0968ce43af5b2edc6369517308 100644 (file)
 
 #include "InsetIndex.h"
 
-#include "dispatchresult.h"
-#include "funcrequest.h"
+#include "DispatchResult.h"
+#include "FuncRequest.h"
 #include "gettext.h"
 #include "LaTeXFeatures.h"
-#include "metricsinfo.h"
+#include "MetricsInfo.h"
 #include "sgml.h"
 
 #include "support/std_ostream.h"
@@ -53,9 +53,9 @@ int InsetIndex::docbook(Buffer const &, odocstream & os,
 }
 
 
-InsetBase::Code InsetIndex::lyxCode() const
+Inset::Code InsetIndex::lyxCode() const
 {
-       return InsetBase::INDEX_CODE;
+       return Inset::INDEX_CODE;
 }
 
 
@@ -82,9 +82,9 @@ void InsetPrintIndex::validate(LaTeXFeatures & features) const
 }
 
 
-InsetBase::Code InsetPrintIndex::lyxCode() const
+Inset::Code InsetPrintIndex::lyxCode() const
 {
-       return InsetBase::INDEX_PRINT_CODE;
+       return Inset::INDEX_PRINT_CODE;
 }