]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkArea.cpp
fix merge build src/frontends/qt4/QDocument.cpp
[lyx.git] / src / frontends / WorkArea.cpp
index 17054fb434aa24fd1aea4bbe1d4dcb4dfe4a414c..318c059169aaabc43ac8029f0e8cd3753a8d0e90 100644 (file)
@@ -33,7 +33,7 @@
 #include "Font.h"
 #include "LyXRC.h"
 #include "Row.h"
-#include "LyXText.h"
+#include "Text.h"
 #include "LyXView.h"
 #include "MetricsInfo.h"
 #include "Paragraph.h"
@@ -280,7 +280,7 @@ void WorkArea::showCursor()
 
        CursorShape shape = BAR_SHAPE;
 
-       LyXText const & text = *buffer_view_->cursor().innerText();
+       Text const & text = *buffer_view_->cursor().innerText();
        Font const & realfont = text.real_current_font;
        BufferParams const & bp = buffer_view_->buffer()->params();
        bool const samelang = realfont.language() == bp.language;