]> git.lyx.org Git - lyx.git/commitdiff
get rid of QT3_SUPPORT and some cleanup
authorAbdelrazak Younes <younes@lyx.org>
Thu, 17 Aug 2006 08:53:10 +0000 (08:53 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 17 Aug 2006 08:53:10 +0000 (08:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14743 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QDialogView.C

index 8d92cc94d1deccf216bbe5232aba84feb5f8ed10..de25f40122e8cd22f39f26dbdd1380718f79bbbe 100644 (file)
@@ -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();