]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.cpp
a bunch of toolbar related renaming.
[features.git] / src / frontends / qt4 / GuiView.cpp
index feba1f57dc727bdaeff0516be4698d3c7327e9f7..323f61646adcdf4ca4e38f88bdb07427bd9113f9 100644 (file)
@@ -52,7 +52,7 @@
 #include "Paragraph.h"
 #include "TextClass.h"
 #include "Text.h"
-#include "ToolbarBackend.h"
+#include "Toolbars.h"
 #include "version.h"
 
 #include "support/lassert.h"
@@ -1749,7 +1749,7 @@ bool GuiView::dispatch(FuncRequest const & cmd)
                        string const name = cmd.getArg(0);
                        bool const allowauto = cmd.getArg(1) == "allowauto";
                        // it is possible to get current toolbar status like this,...
-                       // but I decide to obey the order of ToolbarBackend::flags
+                       // but I decide to obey the order of Toolbars::flags
                        // and disregard real toolbar status.
                        // toolbars_->saveToolbarInfo();
                        //