X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FFloatPlacement.h;h=f59eb39e55544725a4391a5043c235e6101d7874;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=557f48ab5267ea98841aecc98f77f78ec2ff1b4a;hpb=4b799833e7732180ecbcc25cb0b9f181a2ca6229;p=lyx.git diff --git a/src/frontends/qt4/FloatPlacement.h b/src/frontends/qt4/FloatPlacement.h index 557f48ab52..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 @@ -52,7 +54,6 @@ private: }; +} // namespace lyx -//} // namespace lyx - -#endif +#endif // FLOATPLACEMENT_H