]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiIndices.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiIndices.h
index bd318ff72fc9f1511189e23ba7b9b41af1452493..a78d07e513053a732aac78b47c998656cab55cb8 100644 (file)
 #ifndef GUIINDICES_H
 #define GUIINDICES_H
 
-#include "GuiDocument.h"
-#include "ui_IndicesUi.h"
 #include "IndicesList.h"
 
+#include "ui_IndicesUi.h"
+
 #include <QWidget>
 
 class QTreeWidgetItem;
@@ -45,7 +45,7 @@ protected:
 
 protected Q_SLOTS:
        void on_indexCO_activated(int n);
-       void on_indexOptionsED_textChanged(QString);
+       void on_indexOptionsLE_textChanged(QString);
        void on_addIndexPB_pressed();
        void on_renamePB_clicked();
        void on_removePB_pressed();