X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQERTDialog.h;h=64058d011499ae2553320aa8140ed8ffa93af886;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=7373a24b5bdeefcc149b0645397fdef50af0ae1c;hpb=f1dac2b3eac80b6c3b32895f5d512b97eb29bf02;p=lyx.git diff --git a/src/frontends/qt2/QERTDialog.h b/src/frontends/qt2/QERTDialog.h index 7373a24b5b..64058d0114 100644 --- a/src/frontends/qt2/QERTDialog.h +++ b/src/frontends/qt2/QERTDialog.h @@ -1,33 +1,30 @@ +// -*- C++ -*- /** * \file QERTDialog.h - * Copyright 2001 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * \author John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS */ #ifndef QERTDIALOG_H #define QERTDIALOG_H - -#include - + #include "ui/QERTDialogBase.h" -#include "QERT.h" -class QERTDialog : public QERTDialogBase -{ Q_OBJECT +class QERT; + +class QERTDialog : public QERTDialogBase { + Q_OBJECT public: QERTDialog(QERT * form); - protected slots: - void change_adaptor() { - form_->changed(); - } - + virtual void change_adaptor(); protected: virtual void closeEvent(QCloseEvent * e); - private: QERT * form_; };