]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 471ca08ae21fe26971342457d7046a6a2ee33b9e..a3a2a721e8962b63a6bb6a9a7fc7684f705cf453 100644 (file)
@@ -76,7 +76,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*);