]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Toolbar_pimpl.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / Toolbar_pimpl.h
index a872e8bd0ae0449f84645c70b9b41ef5569ac988..2924ca7a36ffa4642ba10628336891784a7661f0 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file Toolbar_pimpl.h
- * Copyright 2002 the LyX Team
  * Copyright 1996-2001 Lars Gullik Bjønnes
- * 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
  */
 
 #ifndef TOOLBAR_PIMPL_H
@@ -22,7 +24,6 @@
 
 class XFormsView;
 class Tooltips;
-class Dialogs;
 class Combox;
 
 /** The LyX xforms toolbar class
@@ -33,7 +34,7 @@ public:
        static void layoutSelectedCB(int, void *, Combox *);
  
        /// create an empty toolbar
-       Pimpl(LyXView * o, Dialogs &, int x, int y);
+       Pimpl(LyXView * o, int x, int y);
 
        ~Pimpl();