]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormToc.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormToc.h
index d3a3c6f6511eb06ceedee1a570c971594cebed5b..7e55c9e2ab96d43ea86c24712461f71cfd6aac1a 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormToc.h
+ * \file FormToc.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTOC_H
@@ -41,7 +41,7 @@ private:
        void updateContents();
 
        ///
-       toc::Toc toc_;
+       lyx::toc::Toc toc_;
 };
 
 #endif // FORMTOC_H