]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiChanges.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiChanges.h
index 816dd03ddb976bc4da054de96c2f8163d58ef5b2..344f5e56070d313ab251e528305f4c7e5074643d 100644 (file)
@@ -26,7 +26,7 @@ class GuiChanges : public GuiDialog, public Ui::ChangesUi
        Q_OBJECT
 
 public:
-       GuiChanges(LyXView & lv);
+       GuiChanges(GuiView & lv);
 
 protected Q_SLOTS:
        /// accept the current change
@@ -35,9 +35,11 @@ protected Q_SLOTS:
        void rejectChange();
        /// find the next change and highlight it
        void nextChange();
+       /// find the previous change and highlight it
+       void previousChange();
 
 private:
-       void closeEvent(QCloseEvent * e);
+       ///
        void updateContents();
 
        /// Nothing to initialise in this case.