X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiBox.h;h=813454a4d493598700c3f4e0fc79b5623e7bc5ae;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=a6b093193694cd7f01ecb28503a06a437e46a89a;hpb=9f3c7cf1ea1851cd77bd07b369a602a9608c265d;p=lyx.git diff --git a/src/frontends/qt4/GuiBox.h b/src/frontends/qt4/GuiBox.h index a6b0931936..813454a4d4 100644 --- a/src/frontends/qt4/GuiBox.h +++ b/src/frontends/qt4/GuiBox.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Jürgen Spitzmüller + * \author Jürgen Spitzmüller * \author Martin Vermeer (with useful hints from Angus Leeming) * * Full author contact details are available in file CREDITS. @@ -17,8 +17,6 @@ #include "ui_BoxUi.h" #include "insets/InsetBox.h" -#include - namespace lyx { namespace frontend { @@ -32,7 +30,7 @@ public: private Q_SLOTS: void change_adaptor(); - void innerBoxChanged(const QString &); + void innerBoxChanged(QString const &); void typeChanged(int); void restoreClicked(); void pagebreakClicked(); @@ -58,13 +56,13 @@ private: bool isBufferDependent() const { return true; } /// - std::vector ids_; + QStringList ids_; /// - std::vector gui_names_; + QStringList gui_names_; /// - std::vector ids_spec_; + QStringList ids_spec_; /// - std::vector gui_names_spec_; + QStringList gui_names_spec_; /// InsetBoxParams params_;