X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormPrint.h;h=5a499b5366abd68d027be6f268878e0b7e6e8a5c;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=2bc487ab674bf75157ed17e7c11b6710377ee24d;hpb=ec3f0632501769bee4a14e97cfdcb1e2dc84ac33;p=lyx.git diff --git a/src/frontends/xforms/FormPrint.h b/src/frontends/xforms/FormPrint.h index 2bc487ab67..5a499b5366 100644 --- a/src/frontends/xforms/FormPrint.h +++ b/src/frontends/xforms/FormPrint.h @@ -1,37 +1,35 @@ // -*- C++ -*- /** - * \file xforms/FormPrint.h - * Copyright 1999-2001 Allan Rae + * \file FormPrint.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author Allan Rae - * \author Angus Leeming + * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMPRINT_H #define FORMPRINT_H - -#ifdef __GNUG__ -#pragma interface -#endif - -#include "FormBase.h" +#include "FormDialogView.h" #include "RadioButtonGroup.h" +namespace lyx { +namespace frontend { + class ControlPrint; struct FD_print; /** This class provides an XForms implementation of the FormPrint Dialog. The print dialog allows users to print their documents. */ -class FormPrint : public FormCB > { +class FormPrint + : public FormController > { public: /// - FormPrint(); + FormPrint(Dialog &); private: /// Apply from dialog virtual void apply(); @@ -49,4 +47,7 @@ private: RadioButtonGroup all_pages_; }; +} // namespace frontend +} // namespace lyx + #endif // FORMPRINT_H