Move insetfloat.h out of ControlFloat.h and into the .C files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6356 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-03-05 23:12:19 +00:00
parent 5449effb05
commit fafd0dae3a
6 changed files with 6 additions and 11 deletions

View File

@ -1,18 +1,14 @@
2003-03-05 Angus Leeming <leeming@lyx.org>
* ControlFloat.[Ch]: move insetfloat.h into the .C file.
* ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
* ControlInclude.C: remove unneeded header files.
2003-03-05 Angus Leeming <leeming@lyx.org>
* ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
2003-03-05 Angus Leeming <leeming@lyx.org>
* ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
2003-03-05 Angus Leeming <leeming@lyx.org>
* ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
* Dialog.h: make view() public. Add dialog() methods.

View File

@ -12,6 +12,7 @@
#include "ControlFloat.h"
#include "funcrequest.h"
#include "insets/insetfloat.h"
ControlFloat::ControlFloat(Dialog & parent)

View File

@ -12,13 +12,10 @@
#ifndef CONTROLFLOAT_H
#define CONTROLFLOAT_H
#include "Dialog.h"
#include "insets/insetfloat.h"
class InsetFloatParams;
/** A controller for Minipage dialogs.
*/
class ControlFloat : public Dialog::Controller {
public:
///

View File

@ -16,6 +16,7 @@
#include "Qt2BC.h"
#include "qt_helpers.h"
#include "insets/insetfloat.h"
#include "support/lstrings.h"
#include <qpushbutton.h>

View File

@ -19,6 +19,7 @@
#include "forms/form_float.h"
#include "Tooltips.h"
#include "xforms_helpers.h"
#include "insets/insetfloat.h"
#include "support/lstrings.h"
#include FORMS_H_LOCATION

View File

@ -12,7 +12,6 @@
#ifndef FORMFLOAT_H
#define FORMFLOAT_H
#include "FormDialogView.h"
#include "RadioButtonGroup.h"