mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
compile fix for qt<4.4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca23c482f0
commit
0553351d71
@ -52,9 +52,6 @@ GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area,
|
||||
: DockView(parent, "progress", "Debug/Progress window", area, flags)
|
||||
{
|
||||
widget_ = new ProgressViewWidget();
|
||||
#if QT_VERSION < 0x040400
|
||||
widget_->scrollArea->setWidget(widget_->scrollAreaWidgetContents);
|
||||
#endif
|
||||
widget_->setMinimumHeight(150);
|
||||
widget_->adjustSize();
|
||||
setWidget(widget_);
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>FindAndReplaceUi</class>
|
||||
<widget class="QWidget" name="FindAndReplaceUi">
|
||||
|
Loading…
Reference in New Issue
Block a user