]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index a05adfb45ca8e2f94819641b8b88c86fc42d93b5..1b5aad13b8bd3f3417831a93e281afa7764ab6b5 100644 (file)
@@ -104,6 +104,7 @@ private Q_SLOTS:
        void browseLayout();
        void browseMaster();
        void classChanged();
+       void languagePackageChanged(int);
        void bibtexChanged(int);
        void updateModuleInfo();
        void modulesChanged();
@@ -288,9 +289,11 @@ Q_SIGNALS:
 
 private:
        void validate();
+       void convert();
 private Q_SLOTS:
        void textChanged();
        void validatePressed();
+       void convertPressed();
 
 private:
        BufferId current_id_;