]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Menubar_pimpl.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / Menubar_pimpl.h
index f284f437786993ef4ecccfe0fc54e1bd2ce4159a..97a6720a831b470af129e414651337969184a716 100644 (file)
@@ -4,9 +4,9 @@
  * 
  *           LyX, The Document Processor
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
- *           This file is Copyright 1996-2000
+ *           This file is Copyright 1996-2001
  *           Lars Gullik Bjønnes
  *
  * ====================================================== */
 #include "LString.h"
 #include "frontends/Menubar.h"
 #include "commandtags.h"
+#include "MenuBackend.h"
 
 class LyXView;
-class MenuBackend;
-class MenuItem;
-class Menu;
 
 /** The LyX GUI independent menubar class
   The GUI interface is implemented in the corresponding Menubar_pimpl class.