]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTexinfo.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiTexinfo.h
index 8d9116a1dc1c2a507ab8cb5e29d76899ab5d3ba4..bada1fa2dc986a438f11586384395aa7678a3e4d 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "GuiDialog.h"
 #include "ui_TexinfoUi.h"
-#include "qt_helpers.h"
 
 
 namespace lyx {
@@ -29,7 +28,15 @@ public:
        ///
        GuiTexInfo(GuiView & lv);
        /// the file extensions. order matters in GuiTexInfo::fileType()
-       enum TexFileType { ClsType = 0, StyType, BstType, BibType, DummyLastType };
+       enum TexFileType {
+               ClsType = 0,
+               StyType,
+               BstType,
+               BibType,
+               BbxType,
+               CbxType,
+               DummyLastType
+       };
 
 public Q_SLOTS:
        ///