From: Abdelrazak Younes Date: Thu, 17 Aug 2006 08:53:10 +0000 (+0000) Subject: get rid of QT3_SUPPORT and some cleanup X-Git-Tag: 1.6.10~12766 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=77b7e8adeabcf3d720fa774d2073135560afa376;p=lyx.git get rid of QT3_SUPPORT and some cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14743 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/QDialogView.C b/src/frontends/qt4/QDialogView.C index 8d92cc94d1..de25f40122 100644 --- a/src/frontends/qt4/QDialogView.C +++ b/src/frontends/qt4/QDialogView.C @@ -54,7 +54,7 @@ void QDialogView::show() if (dialog().controller().exitEarly()) return; - form()->setCaption(toqstr("LyX: " + getTitle())); + form()->setWindowTitle(toqstr("LyX: " + getTitle())); if (form()->isVisible()) { form()->raise();