]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_metrics.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / xfont_metrics.h
index 6c89b009c11e7ef4ec15d36cd828598809d87a8d..1314d73124fee83295a72d78d70ebcfac6d5ccaf 100644 (file)
@@ -1,10 +1,11 @@
 // -*- C++ -*-
 /**
  * \file xfont_metrics.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
 #ifndef XFONT_METRICS_H
 #define XFONT_METRICS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 
 #include "font_metrics.h"
+
 #include <X11/Xlib.h>
+
 class LyXFont;
 
 namespace xfont_metrics {
@@ -33,5 +31,5 @@ namespace xfont_metrics {
        ///
        void XSetFont(Display * display, GC gc, LyXFont const & f);
 } // namespace xfont_metrics
+
 #endif // FONT_METRICS_H