]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiView.h
index 7f5b14b93ed4a63695e98aeb26d1c2417d9ce79c..c0530c78faaeaa0a06977dc549558525f9ba6a5e 100644 (file)
@@ -32,7 +32,6 @@ class QShowEvent;
 namespace lyx {
 
 class Cursor;
-class ToolbarInfo;
 
 namespace frontend {
 
@@ -42,6 +41,7 @@ class GuiToolbar;
 class GuiWorkArea;
 class TabWorkArea;
 class TocModels;
+class ToolbarInfo;
 
 /**
  * GuiView - Qt4 implementation of LyXView
@@ -245,6 +245,12 @@ public:
        void updateCompletion(Cursor & cur, bool start, bool keep);
 
 private:
+       ///
+       GuiToolbar * toolbar(std::string const & name);
+       ///
+       void constructToolbars();
+       ///
+       void initToolbars();
        ///
        void lfunUiToggle(FuncRequest const & cmd);