]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbar.C
another compile fix from herbert
[lyx.git] / src / frontends / Toolbar.C
index c544bb3f916cc711daf47cbc28fd01a7081bf984..588a0a78e93a5ef905a22d3426f430b2eee59e81 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file Toolbar.C
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes <larsbj@lyx.org>
+ * \author Lars Gullik Bjønnes 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 
 using std::endl;
 
-Toolbar::Toolbar(LyXView * o, Dialogs & d,
-                int x, int y, ToolbarDefaults const &tbd)
+Toolbar::Toolbar(LyXView * o, int x, int y, ToolbarDefaults const &tbd)
        : last_textclass_(-1)
 {
-       pimpl_ = new Pimpl(o, d, x, y);
+       pimpl_ = new Pimpl(o, x, y);
 
        // extracts the toolbar actions from tbd
        for (ToolbarDefaults::const_iterator cit = tbd.begin();