]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QDocumentDialog.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QDocumentDialog.h
index 708c8eee9cefa58bfee12d3ca2cdf55777dc68ff..129426f32cab00c6d12c37265894811578b46941 100644 (file)
@@ -39,20 +39,17 @@ public:
        friend class QDocument;
 
        QDocumentDialog(QDocument *);
-
        ~QDocumentDialog();
 
-       void showPreamble();
-
-       void updateFontsize(string const & , string const &);
+       void updateFontsize(string const &, string const &);
+       void updatePagestyle(string const &, string const &);
 
-       void updatePagestyle(string const & , string const &);
 public slots:
        void setTitle(int);
        void change_adaptor();
-       void saveDocDefault();
-       void restore();
-       void useClassDefaults();
+       void saveDefaultClicked();
+       void useDefaultsClicked();
+
 protected slots:
        void setLSpacing(int);
        void setMargins(int);
@@ -61,8 +58,10 @@ protected slots:
        void setSkip(int);
        void enableSkip(bool);
        void classChanged();
+
 protected:
-    void closeEvent(QCloseEvent * e);
+       void closeEvent(QCloseEvent * e);
+
 private:
        enum Module {
                LAYOUT,