]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCompare.h
Remove unused UI file.
[lyx.git] / src / frontends / qt4 / GuiCompare.h
index 5ec8a18dadda3eea6393be8239e61b1111a766b0..a972b7a6c060cd5ce5ef032427178a524823acf6 100644 (file)
@@ -16,6 +16,8 @@
 #include "ui_CompareUi.h"
 #include "qt_helpers.h"
 
+#include "Compare.h"
+
 namespace lyx {
 namespace frontend {
 
@@ -37,18 +39,20 @@ private Q_SLOTS:
        ///
        void slotCancel();
        ///
-       void change_adaptor();
+       void changeAdaptor();
        ///
-       void select_newfile();
+       void selectNewFile();
        ///
-       void select_oldfile();
+       void selectOldFile();
 
+       ///
+       void error();
        ///
        void finished(bool aborted);
        ///
-       void nextIt(int);
+       void progress(int);
        ///
-       void progress_max(int) const;
+       void progressMax(int) const;
 
 private:
        ///
@@ -79,6 +83,9 @@ private:
        int run();
 
 private:
+       /// the object that will do the comparison
+       Compare * compare_;
+
        /// the buffer that will contain the result
        Buffer * dest_buffer_;
        /// the buffer that will contain the result