]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrefs.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiPrefs.h
index ecb2e06f973563b8ec4e2c6227600bd5687881da..2a0405fb3ec337eb1a482fd30757f8fe31bf801a 100644 (file)
@@ -226,6 +226,7 @@ public:
        virtual void update(LyXRC const & rc);
 
 private Q_SLOTS:
+       void on_latexEncodingCB_stateChanged(int state);
        void on_latexBibtexCO_activated(int n);
        void on_latexIndexCO_activated(int n);
 
@@ -382,9 +383,9 @@ private:
        ///
        void updateEditors();
        ///
-       std::vector<std::pair<std::string, std::string> > viewer_alternatives;
+       LyXRC::Alternatives viewer_alternatives;
        ///
-       std::vector<std::pair<std::string, std::string> > editor_alternatives;
+       LyXRC::Alternatives editor_alternatives;
 };