]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LayoutBox.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / LayoutBox.h
index e520e3c0a8dcaf70051d40b953e4b019473e906d..493f931d1b5076b9ac3756232c25eca37fe316ae 100644 (file)
@@ -20,8 +20,6 @@
 
 #include <QComboBox>
 
-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);