]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
next one
[lyx.git] / src / LyXFunc.h
index 84dc9c58fd337f99663e6a9ca9df3320278c9826..6dc89890bd7b0c6c5d9b953d976d4701012c20f8 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "KeySequence.h"
 #include "lfuns.h"
-#include "TextClassPtr.h"
+#include "TextClass.h"
 
 #include "support/docstring.h"
 
@@ -60,7 +60,7 @@ public:
        docstring const viewStatusMessage();
 
        ///
-       void processKeySym(KeySymbol const & key, key_modifier::state state);
+       void processKeySym(KeySymbol const & key, KeyModifier state);
 
        ///
        FuncStatus getStatus(FuncRequest const & action) const;
@@ -99,7 +99,7 @@ private:
        ///
        KeySequence cancel_meta_seq;
        ///
-       key_modifier::state meta_fake_bit;
+       KeyModifier meta_fake_bit;
 
        /// Error status, only Dispatch can change this flag
        mutable bool errorstat;