]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiIndices.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiIndices.h
index 87d946fa5171f9aa412555b652fac4464ae9252e..bd318ff72fc9f1511189e23ba7b9b41af1452493 100644 (file)
@@ -44,10 +44,13 @@ protected:
        void updateView();
 
 protected Q_SLOTS:
+       void on_indexCO_activated(int n);
+       void on_indexOptionsED_textChanged(QString);
        void on_addIndexPB_pressed();
        void on_renamePB_clicked();
        void on_removePB_pressed();
        void on_indicesTW_itemDoubleClicked(QTreeWidgetItem *, int);
+       void on_indicesTW_itemSelectionChanged();
        void on_colorPB_clicked();
        void on_multipleIndicesCB_toggled(bool);