]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiParagraph.h
Some improvements to the graphics dialog
[lyx.git] / src / frontends / qt4 / GuiParagraph.h
index 335fc23cd9ec1d93065007e3c72fc29a5ff5abba..735d58ca8f457c989bb0ca4ca651e49b13727b7d 100644 (file)
 #define GUIPARAGRAPH_H
 
 #include "DialogView.h"
-#include "GuiView.h"
-#include "qt_helpers.h"
 #include "ui_ParagraphUi.h"
 
-#include "Layout.h"
 #include "ParagraphParameters.h"
 
-#include <QDialog>
-#include <QSettings>
-#include <QShowEvent>
-#include <QGridLayout>
-
 #include <map>
 
 namespace lyx {
@@ -47,7 +39,7 @@ public:
        void enableView(bool enable);
        bool isBufferDependent() const { return true; }
        virtual FuncCode getLfun() const { return LFUN_PARAGRAPH_PARAMS_APPLY; }
-       void saveSession() const;
+       void saveSession(QSettings & settings) const;
        void restoreSession();
        //@}