]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiChanges.cpp
some remnaming
[lyx.git] / src / frontends / qt4 / GuiChanges.cpp
index be9edb85da60584c0ba40b4b3491df28daafb07b..e615c14a0f13470dbc71c0550dc97bb9673112a8 100644 (file)
@@ -46,7 +46,7 @@ GuiChangesDialog::GuiChangesDialog(LyXView & lv)
 }
 
 
-ControlChanges & GuiChangesDialog::controller() const
+ControlChanges & GuiChangesDialog::controller()
 {
        return static_cast<ControlChanges &>(GuiDialog::controller());
 }
@@ -59,7 +59,7 @@ void GuiChangesDialog::closeEvent(QCloseEvent *e)
 }
 
 
-void GuiChangesDialog::update_contents()
+void GuiChangesDialog::updateContents()
 {
        docstring text;
        docstring author = controller().getChangeAuthor();