]> git.lyx.org Git - lyx.git/commitdiff
Compile fix. (I hope this is sufficient)
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 21 Dec 2009 14:52:56 +0000 (14:52 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 21 Dec 2009 14:52:56 +0000 (14:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32607 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiProgress.cpp

index 35bcb0e23f29b6d91203c3cb0ae8be46845d88d7..a51523346b83f323a84dced2cfea4a2aead1f2de 100644 (file)
@@ -21,7 +21,7 @@
 #include <QApplication>
 #include <QTime>
 #include <QMessageBox>
-
+#include <QSettings>
 
 
 namespace lyx {
@@ -39,8 +39,6 @@ public:
 };
 
 
-
-
 GuiProgress::GuiProgress(GuiView * view) : view_(view)
 {
        connect(this, SIGNAL(processStarted(QString const &)), SLOT(doProcessStarted(QString const &)));