]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiParagraph.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiParagraph.h
index 201d9a09ed1fdc30be704350e1b4a911694af4a5..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 <map>
@@ -42,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();
        //@}