]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCommandEdit.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiCommandEdit.h
index 76756f4b937606985e884f13c6242e2bd1af8c8f..5968b6fbd06e06c1059a7795bebfed616b63afe6 100644 (file)
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef QCOMMANDEDIT_H
-#define QCOMMANDEDIT_H
+#ifndef GUICOMMANDEDIT_H
+#define GUICOMMANDEDIT_H
 
 #include <QLineEdit>
 #include <QKeyEvent>
 namespace lyx {
 namespace frontend {
 
-class GuiCommandEdit : public QLineEdit {
+class GuiCommandEdit : public QLineEdit
+{
        Q_OBJECT
+
 public:
        GuiCommandEdit(QWidget * parent);
+
 Q_SIGNALS:
        /// cancel
        void escapePressed();
@@ -45,4 +48,4 @@ protected:
 } // namespace frontend
 } // namespace lyx
 
-#endif // QCOMMANDEDIT_H
+#endif // GUICOMMANDEDIT_H