Remove the no more necessary workaround for Qt < 4.4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2010-01-13 13:19:24 +00:00
parent 9ba89e29be
commit 9f13e8c19e

View File

@ -13,10 +13,6 @@
#ifndef GUIPROGRESSVIEW_H
#define GUIPROGRESSVIEW_H
#if QT_VERSION < 0x040400
#define settingsLayout gridLayout1
#endif
#include "ui_ProgressViewUi.h"
#include "DockView.h"