X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FFloatPlacement.h;h=f59eb39e55544725a4391a5043c235e6101d7874;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=581d5d711a4bd6d17cf783c70092d19e15044ba6;hpb=8cea3335725c34eab38062360a1a37d1c1bc18d3;p=lyx.git diff --git a/src/frontends/qt4/FloatPlacement.h b/src/frontends/qt4/FloatPlacement.h index 581d5d711a..f59eb39e55 100644 --- a/src/frontends/qt4/FloatPlacement.h +++ b/src/frontends/qt4/FloatPlacement.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file floatplacement.h + * \file FloatPlacement.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -10,8 +10,8 @@ * Full author contact details are available in file CREDITS. */ -#ifndef QT_FLOATPLACEMENT_H -#define QT_FLOATPLACEMENT_H +#ifndef FLOATPLACEMENT_H +#define FLOATPLACEMENT_H #include "ui_FloatPlacementUi.h" #include @@ -19,7 +19,9 @@ #include -namespace lyx { class InsetFloatParams; } +namespace lyx { + +class InsetFloatParams; class FloatPlacement : public QWidget, public Ui::FloatPlacementUi { Q_OBJECT @@ -46,9 +48,12 @@ public Q_SLOTS: Q_SIGNALS: void changed(); -}; +private: + /// one of figure or table? + bool standardfloat_; +}; -//} // namespace lyx +} // namespace lyx -#endif +#endif // FLOATPLACEMENT_H