]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QPrefsDialog.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QPrefsDialog.h
index d86e7eb4bd2343cc5a991ba41668fb808180e1a5..b8da815eb2788f88457c78b4cace5773ab0e2775 100644 (file)
@@ -61,7 +61,7 @@ class PrefModule : public QWidget
        Q_OBJECT
 public:
        PrefModule(std::string const & cat, std::string const & t, QPrefs * form = 0, QWidget * parent = 0)
-               : category_(cat), title_(t), form_(form), QWidget(parent)
+               : QWidget(parent), category_(cat), title_(t), form_(form)
        {
        }
        virtual ~PrefModule() {}
@@ -395,7 +395,7 @@ protected:
 private:
        void add(PrefModule * module);
 
-private:       
+private:
        QPrefs * form_;
        std::vector<PrefModule *> modules_;
 };