]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTexinfo.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiTexinfo.h
index c190a4bc4b77416f78cd675f730aec34e7cabcdf..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, DummyLastType };
+       enum TexFileType {
+               ClsType = 0,
+               StyType,
+               BstType,
+               BibType,
+               BbxType,
+               CbxType,
+               DummyLastType
+       };
 
 public Q_SLOTS:
        ///