]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_loader.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xfont_loader.h
index dcbb68f5be72c335342f7218c3c8ce1412877d3a..c86dec027f970b05e383941c10c7aae9cd0ff4d1 100644 (file)
@@ -1,23 +1,22 @@
 // -*- C++ -*-
 /**
  * \file xfont_loader.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Asger Alstrup
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FONTLOADER_H_
 #define FONTLOADER_H_
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <X11/Xlib.h>
 #include "lyxfont.h"
-#include "LString.h"
+
+namespace lyx {
+namespace frontend {
 
 class FontInfo;
 
@@ -78,4 +77,7 @@ private:
 ///
 extern xfont_loader fontloader;
 
+} // namespace frontend
+} // namespace lyx
+
 #endif