]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiFontExample.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiFontExample.h
index a23f4d0b492e50e7d5ac6767d9f9a2a1ad13fe39..f0592fd9cf5a1278749f6115c62333a5d145a0ca 100644 (file)
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef QT_QFONTEXAMPLE_H
-#define QT_QFONTEXAMPLE_H
+#ifndef GUIFONTEXAMPLE_H
+#define GUIFONTEXAMPLE_H
 
 #include <QWidget>
 #include <QFont>
 
 class QPaintEvent;
 
-
 //namespace lyx {
 
-class GuiFontExample : public QWidget {
-
+class GuiFontExample : public QWidget
+{
 public:
-       GuiFontExample(QWidget * parent)
-               : QWidget(parent) {}
+       GuiFontExample(QWidget * parent) : QWidget(parent) {}
 
        void set(QFont const & font, QString const & text);
 
@@ -42,4 +40,4 @@ private:
 
 //} // namespace lyx
 
-#endif
+#endif // GUIFONTEXAMPLE_H