]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiKeySymbol.h
Avoid extra space in tooltips
[lyx.git] / src / frontends / qt4 / GuiKeySymbol.h
index 953dc4c46fc11c705f2ff8ddc2e17a538291ec04..e4a59b7f5e9736a12d532ac1d6d3d459d6509006 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Jürgen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
 #ifndef GUIKEYSYM_H
 #define GUIKEYSYM_H
 
-#include "frontends/KeySymbol.h"
-
 class QKeyEvent;
 
 namespace lyx {
 
 /// delayed constructor
-void setKeySymbol(KeySymbol * sym, QKeyEvent * ev);
+void setKeySymbol(KeySymbol * sym, QKeyEvent const * ev);
 
 /// return the LyX key state from Qt's
 KeyModifier q_key_state(Qt::KeyboardModifiers state);