]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCompare.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiCompare.h
index aa5f701ebb7e3fb7fd56435632fbd3530f6a4bc7..c6f8eaa26de8377aed6c4d0fe362ca0948bc325d 100644 (file)
 #define GUICOMPARE_H
 
 #include "GuiDialog.h"
-#include "ui_CompareUi.h"
-#include "qt_helpers.h"
 
-#include "Compare.h"
+#include "ui_CompareUi.h"
 
 namespace lyx {
+
+class Compare;
+
 namespace frontend {
 
 
@@ -32,13 +33,15 @@ public:
        ~GuiCompare();
 
        void closeEvent(QCloseEvent *);
-               
+
 private Q_SLOTS:
        ///
        void slotOK();
        ///
        void slotCancel();
        ///
+       void slotButtonBox(QAbstractButton *);
+       ///
        void changeAdaptor();
        ///
        void selectNewFile();
@@ -75,7 +78,7 @@ private:
 
        /// enable or disable all controls and rename the Close/Cancel button
        void enableControls(bool enable);
-       
+
        /// browse for a file
        QString browse(QString const & in_name) const;
        /// retrieve the buffer from the specified filename