]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs.C
some small updates
[lyx.git] / src / frontends / qt2 / Dialogs.C
index 27178b705d46000eeb85373d2030dbb669f63e94..9043dfd44e22f9a3297687a8a27b31798ac18a0b 100644 (file)
@@ -19,6 +19,7 @@
 #include "QAbout.h"
 #include "QCharacter.h"
 #include "QCitation.h"
+#include "QIndex.h"
 #include "QParagraph.h"
 #include "QPrint.h"
 #include "QSearch.h"
@@ -29,7 +30,7 @@
 #include "Dialogs.h"
 #include "BufferView.h"
 #include "buffer.h"
-#include "qt2BC.h"
+#include "Qt2BC.h"
 
 // xforms implementations
 #include "../xforms/FormError.h"
@@ -38,8 +39,9 @@
 #include "../xforms/FormTabular.h"
 
 // the controllers
-#include "controllers/ControlCitation.h"
 #include "controllers/ControlAboutlyx.h"
+#include "controllers/ControlCitation.h"
+#include "controllers/ControlIndex.h"
 #include "controllers/ControlSplash.h"
 #if 0
 #include "controllers/ControlCopyright.h"
@@ -56,7 +58,6 @@
 #include "controllers/ControlFloat.h"
 #include "controllers/ControlGraphics.h"
 #include "controllers/ControlInclude.h"
-#include "controllers/ControlIndex.h"
 #include "controllers/ControlLabel.h"
 #include "controllers/ControlLog.h"
 #include "controllers/ControlMinipage.h"
@@ -83,8 +84,9 @@ Dialogs::Dialogs(LyXView * lv)
        splash_.reset(new QSplash(lv, this));
 
        // dialogs that have been converted to new scheme
-       add(new GUICitation<QCitation, qt2BC>(*lv, *this));
-       add(new GUIAboutlyx<QAbout, qt2BC>(*lv, *this));
+       add(new GUICitation<QCitation, Qt2BC>(*lv, *this));
+       add(new GUIAboutlyx<QAbout, Qt2BC>(*lv, *this));
+       add(new GUIIndex<QIndex, Qt2BC>(*lv, *this));
 
        // reduce the number of connections needed in
        // dialogs by a simple connection here.