Compile fix. (I hope this is sufficient)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-12-21 14:52:56 +00:00
parent 8049e3f510
commit 24cb3d1a7f

View 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 &)));