]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QDialogView.C
get rid of QT3_SUPPORT and some cleanup
[lyx.git] / src / frontends / qt4 / QDialogView.C
index 6251a689ad01bcbe3494c217a0966e4408a10e77..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();
@@ -116,3 +116,5 @@ void QDialogView::slotRestore()
 
 } // namespace frontend
 } // namespace lyx
+
+#include "QDialogView_moc.cpp"