]> 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:59:28 +0000 (08:59 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 17 Aug 2006 08:59:28 +0000 (08:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14762 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QShowFile.C

index 56b809506a2a9da3304ee0d99f0e0d9076f1de48..42789a4220f2c361556d2ae78afdc919d74115df 100644 (file)
@@ -44,7 +44,7 @@ void QShowFile::build_dialog()
 
 void QShowFile::update_contents()
 {
 
 void QShowFile::update_contents()
 {
-       dialog_->setName(toqstr(controller().getFileName()));
+       dialog_->setWindowTitle(toqstr(controller().getFileName()));
 
        string contents = controller().getFileContents();
        if (contents.empty()) {
 
        string contents = controller().getFileContents();
        if (contents.empty()) {