X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCompare.h;h=025d2da9895caa8680384935aef7e0c8dd820005;hb=1f10969bb5c5f36017bf5ba8671381b09945cf57;hp=011689049508806179fdc24a6fbdf22b829cfd91;hpb=d378b5d8ee962a66c28eb4a9f0c4d1be2d4f08f4;p=lyx.git diff --git a/src/frontends/qt4/GuiCompare.h b/src/frontends/qt4/GuiCompare.h index 0116890495..025d2da989 100644 --- a/src/frontends/qt4/GuiCompare.h +++ b/src/frontends/qt4/GuiCompare.h @@ -13,12 +13,13 @@ #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 { @@ -62,7 +63,7 @@ private: /// bool isValid(); /// - bool initialiseParams(std::string const &) { return true; } + bool initialiseParams(std::string const &); /// bool isBufferDependent() const { return false; } /// @@ -74,7 +75,7 @@ private: /// enable or disable all controls and rename the Close/Cancel button - void enableControls(bool enable) const; + void enableControls(bool enable); /// browse for a file QString browse(QString const & in_name) const; @@ -94,9 +95,6 @@ private: Buffer const * old_buffer_; /// the buffer that will contain the result Buffer const * new_buffer_; - - /// the window title - mutable QString window_title_; };