]> git.lyx.org Git - features.git/blobdiff - src/frontends/WorkArea.cpp
rename LyXKeySym into KeySymbol
[features.git] / src / frontends / WorkArea.cpp
index 3aedb40fd232bafb9199b029bc80fc9841fd0d0f..191a2179dc27dacd96d5ec74a09ae5d64c1a8eee 100644 (file)
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "CoordCache.h"
-#include "LCursor.h"
+#include "Cursor.h"
 #include "debug.h"
 #include "Language.h"
-#include "LColor.h"
+#include "Color.h"
 #include "LyXFont.h"
 #include "LyXRC.h"
 #include "Row.h"
@@ -40,7 +40,7 @@
 #include "rowpainter.h"
 
 #include "gettext.h"
-#include "support/forkedcontr.h"
+#include "support/ForkedcallsController.h"
 
 #include <boost/utility.hpp>
 #include <boost/bind.hpp>
@@ -165,7 +165,7 @@ void WorkArea::redraw()
 }
 
 
-void WorkArea::processKeySym(LyXKeySymPtr key, key_modifier::state state)
+void WorkArea::processKeySym(KeySymbolPtr key, key_modifier::state state)
 {
        // In order to avoid bad surprise in the middle of an operation, we better stop
        // the blinking cursor.