X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FLyXFunc.h;h=60862dc406da8139f21aadbbe6940f054b0dd476;hb=d5f8004189e31579f4dc2ef9c38549a08671f5c4;hp=12e9ce3e0406e72c412b880880a06d12f89dcf7a;hpb=5265a8c02c7223f72dda771fd776c104bc729487;p=lyx.git diff --git a/src/LyXFunc.h b/src/LyXFunc.h index 12e9ce3e04..60862dc406 100644 --- a/src/LyXFunc.h +++ b/src/LyXFunc.h @@ -28,8 +28,8 @@ namespace lyx { class BufferView; class FuncRequest; class FuncStatus; -class LyXKeySym; -class LyXText; +class KeySymbol; +class Text; class LyXView; @@ -57,7 +57,7 @@ public: docstring const viewStatusMessage(); /// - void processKeySym(LyXKeySymPtr key, key_modifier::state state); + void processKeySym(KeySymbolPtr key, key_modifier::state state); /// FuncStatus getStatus(FuncRequest const & action) const; @@ -77,7 +77,7 @@ public: void handleKeyFunc(kb_action action); /// goto a bookmark /// openFile: whether or not open a file if the file is not opened - /// switchToBuffer: whether or not switch to buffer if the buffer is + /// switchToBuffer: whether or not switch to buffer if the buffer is /// not the current buffer void gotoBookmark(unsigned int idx, bool openFile, bool switchToBuffer);