]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 471ca08ae21fe26971342457d7046a6a2ee33b9e..94989093198bef63d477d84915ac4f5b6fb9b599 100644 (file)
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
-#include <QList>
 
 
 class QHideEvent;
@@ -38,7 +36,7 @@ class ProgressViewWidget : public QWidget, public Ui::ProgressViewUi
 public:
        ProgressViewWidget();
 private:
-       
+
 };
 
 class GuiProgressView : public DockView
@@ -63,7 +61,7 @@ public:
        void updateView() {}
        bool wantInitialFocus() const { return false; }
        void restoreSession();
-       void saveSession() const;
+       void saveSession(QSettings & settings) const;
        ///@}
 
 private Q_SLOTS:
@@ -76,7 +74,7 @@ private Q_SLOTS:
 private:
        ProgressViewWidget * widget_;
        /// did the last message contained eoln? (lyxerr X statusbar conflicts)
-       bool eolnLast;
+       bool eol_last_;
 
        void levelChanged();
        void showEvent(QShowEvent*);