]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QChanges.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QChanges.C
index c07af77a69f852880af51c12d145fb6f2fa7675c..287f700b30a29cf437d6079afa916629d3ca6a5f 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "controllers/ControlChanges.h"
 
-#include <qpushbutton.h>
-#include <q3textview.h>
+#include <QPushButton>
+#include <QTextBrowser>
 
 using lyx::support::bformat;
 
@@ -67,7 +67,7 @@ void QChanges::next()
        if (!date.empty())
                text += bformat(_("Change made at %1$s\n"), date);
 
-       dialog_->changeTV->setText(toqstr(text));
+       dialog_->changeTB->setPlainText(toqstr(text));
 }