]> git.lyx.org Git - features.git/commitdiff
Remove the no more necessary workaround for Qt < 4.4
authorEnrico Forestieri <forenr@lyx.org>
Wed, 13 Jan 2010 13:19:24 +0000 (13:19 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 13 Jan 2010 13:19:24 +0000 (13:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33010 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiProgressView.h

index 4fbfa2b1198f8370d559b0e76718f67551ad62b1..2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00 100644 (file)
 #ifndef GUIPROGRESSVIEW_H
 #define GUIPROGRESSVIEW_H
 
-#if QT_VERSION < 0x040400
-#define settingsLayout gridLayout1
-#endif
-
 #include "ui_ProgressViewUi.h"
 
 #include "DockView.h"