]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBox.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiBox.h
index a6b093193694cd7f01ecb28503a06a437e46a89a..9feb84bc357ee83d37ce07e34f122399682e639a 100644 (file)
@@ -17,8 +17,6 @@
 #include "ui_BoxUi.h"
 #include "insets/InsetBox.h"
 
-#include <vector>
-
 
 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<std::string> ids_;
+       QStringList ids_;
        ///
-       std::vector<docstring> gui_names_;
+       QStringList gui_names_;
        ///
-       std::vector<std::string> ids_spec_;
+       QStringList ids_spec_;
        ///
-       std::vector<docstring> gui_names_spec_;
+       QStringList gui_names_spec_;
 
        ///
        InsetBoxParams params_;