]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCommandEdit.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiCommandEdit.h
index 76756f4b937606985e884f13c6242e2bd1af8c8f..76833115cd255fe97ef20de814989f17280887e3 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();
@@ -32,8 +35,6 @@ Q_SIGNALS:
        void downPressed();
        /// complete
        void tabPressed();
-       /// leave and hide command buffer
-       void hidePressed();
 
 protected:
        ///
@@ -45,4 +46,4 @@ protected:
 } // namespace frontend
 } // namespace lyx
 
-#endif // QCOMMANDEDIT_H
+#endif // GUICOMMANDEDIT_H