]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
This is the merging of the GUI API cleanup branch that was developed in svn+ssh:...
[features.git] / src / insets / insettabular.h
index 5f14aeef73a43ec9953704bbc97d34063ab793ad..145f8548124445b7d9dec363c036960118951d20 100644 (file)
 
 class FuncStatus;
 class LyXLex;
-class Painter;
 class BufferView;
 class Buffer;
 class BufferParams;
 class Paragraph;
 class CursorSlice;
 
+namespace lyx {
+namespace frontend {
+class Painter;
+}
+}
+
 
 class InsetTabular : public InsetOld {
 public:
@@ -154,7 +159,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 
        ///
-       void drawCellLines(Painter &, int x, int y, row_type row,
+       void drawCellLines(lyx::frontend::Painter &, int x, int y, row_type row,
                           idx_type cell, bool erased) const;
        ///
        void setCursorFromCoordinates(LCursor & cur, int x, int y) const;