X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCommandEdit.h;h=5968b6fbd06e06c1059a7795bebfed616b63afe6;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=76756f4b937606985e884f13c6242e2bd1af8c8f;hpb=a1cec91afaca91968b46e695533c10ad2a3f73d3;p=lyx.git diff --git a/src/frontends/qt4/GuiCommandEdit.h b/src/frontends/qt4/GuiCommandEdit.h index 76756f4b93..5968b6fbd0 100644 --- a/src/frontends/qt4/GuiCommandEdit.h +++ b/src/frontends/qt4/GuiCommandEdit.h @@ -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 #include @@ -19,10 +19,13 @@ 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