]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QExternal.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QExternal.C
index 54c44d21df007b80a86decfcfa3796d9507bc3bc..283981d19226c15e8a774682dcbd4042ef062227 100644 (file)
 #include "qt_helpers.h"
 #include "validators.h"
 
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qcheckbox.h>
-#include <qtabwidget.h>
-#include <q3textview.h>
+#include <QLineEdit>
+#include <QPushButton>
+#include <QCheckBox>
+#include <QTabWidget>
+#include <QTextBrowser>
 
 namespace external = lyx::external;
 
@@ -386,7 +386,7 @@ void QExternal::updateTemplate()
 {
        external::Template templ =
                controller().getTemplate(dialog_->externalCO->currentItem());
-       dialog_->externalTV->setText(toqstr(templ.helpText));
+       dialog_->externalTB->setPlainText(toqstr(templ.helpText));
 
        // Ascertain which (if any) transformations the template supports
        // and disable tabs hosting unsupported transforms.