]> 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 b2b15e1fcdde6241b9dae3c9a31b93eae671daee..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();
@@ -181,7 +182,7 @@ private:
        /// return false if validate_listings_params returns error
        bool isValid();
 
-       /// font family names for BufferParams::fontsDefaultFamily
+       /// font family names for BufferParams::fonts_default_family
        static char const * const fontfamilies[5];
        /// GUI names corresponding fontfamilies
        static char const * fontfamilies_gui[5];
@@ -288,9 +289,11 @@ Q_SIGNALS:
 
 private:
        void validate();
+       void convert();
 private Q_SLOTS:
        void textChanged();
        void validatePressed();
+       void convertPressed();
 
 private:
        BufferId current_id_;