X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FLayoutBox.h;h=493f931d1b5076b9ac3756232c25eca37fe316ae;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=e520e3c0a8dcaf70051d40b953e4b019473e906d;hpb=5f2429b4e21f80c2e786a270b2df2d912f12b327;p=lyx.git diff --git a/src/frontends/qt4/LayoutBox.h b/src/frontends/qt4/LayoutBox.h index e520e3c0a8..493f931d1b 100644 --- a/src/frontends/qt4/LayoutBox.h +++ b/src/frontends/qt4/LayoutBox.h @@ -20,8 +20,6 @@ #include -class QToolBar; - namespace lyx { class DocumentClass; @@ -36,7 +34,7 @@ class LayoutBox : public QComboBox { Q_OBJECT public: - LayoutBox(QToolBar *, GuiView &); + LayoutBox(GuiView &); /// select the right layout in the combobox. void set(docstring const & layout);