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