]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrefs.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiPrefs.h
index 3a6cd7289ac5f991dbcdb98af8996d7103ddc94e..8d9028042d1f6379d91ce5c3fa1dd257d8ac5ee7 100644 (file)
@@ -46,7 +46,6 @@
 #include "ui_ShortcutUi.h"
 
 #include <string>
-#include <utility>
 #include <vector>
 
 
@@ -104,11 +103,6 @@ public:
        /// update the screen fonts after change
        void updateScreenFonts();
 
-       /// adjust the prefs paper sizes
-       PAPER_SIZE toPaperSize(int i) const;
-       /// adjust the prefs paper sizes
-       int fromPaperSize(PAPER_SIZE papersize) const;
-
        LyXRC & rc() { return rc_; }
        Converters & converters() { return converters_; }
        Formats & formats() { return formats_; }
@@ -361,9 +355,10 @@ Q_SIGNALS:
 
 private Q_SLOTS:
        void on_copierED_textEdited(const QString & s);
-       void on_extensionED_textEdited(const QString &);
+       void on_extensionsED_textEdited(const QString &);
        void on_viewerED_textEdited(const QString &);
        void on_editorED_textEdited(const QString &);
+       void on_mimeED_textEdited(const QString &);
        void on_shortcutED_textEdited(const QString &);
        void on_formatED_editingFinished();
        void on_formatED_textChanged(const QString &);
@@ -427,10 +422,6 @@ public:
 public Q_SLOTS:
        void selectUi();
        void on_clearSessionPB_clicked();
-
-private:
-       /// icon names and their translations
-       std::vector<std::pair<std::string, QString> > icon_names_;
 };