X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQMinipageDialog.h;h=fc9fe2b13cfcefc0372123864aa57fb7b6804aeb;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=553b30f046c0c3dbf3052853ad867b058297a62e;hpb=ead11eb6b5fae67d0e19e44aa953e225db219d41;p=lyx.git diff --git a/src/frontends/qt2/QMinipageDialog.h b/src/frontends/qt2/QMinipageDialog.h index 553b30f046..fc9fe2b13c 100644 --- a/src/frontends/qt2/QMinipageDialog.h +++ b/src/frontends/qt2/QMinipageDialog.h @@ -1,32 +1,30 @@ +// -*- C++ -*- /** * \file QMinipageDialog.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 QMINIPAGEDIALOG_H #define QMINIPAGEDIALOG_H - -#include - + + #include "ui/QMinipageDialogBase.h" class QMinipage; -class QMinipageDialog : public QMinipageDialogBase -{ Q_OBJECT - +class QMinipageDialog : public QMinipageDialogBase { + Q_OBJECT public: QMinipageDialog(QMinipage * form); - protected slots: virtual void change_adaptor(); - protected: virtual void closeEvent(QCloseEvent * e); - private: QMinipage * form_; };