]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InsertTableWidget.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / InsertTableWidget.h
index a36b2fc72cdcf6cee4ca70a515be66f849aa48f9..36e6dfa9e10b03429d69c8cf43eea7ffccf25866 100644 (file)
 namespace lyx {
 namespace frontend {
 
-class LyXView;
+class GuiView;
 
 class InsertTableWidget : public QWidget {
        Q_OBJECT
 public:
 
-       InsertTableWidget(LyXView &, QWidget *);
+       InsertTableWidget(GuiView &, QWidget *);
 
 Q_SIGNALS:
        //! widget is visible
@@ -63,7 +63,7 @@ private:
        //! column of pointer
        int right_;
        //! the lyxview we need to dispatch the funcrequest
-       LyXView & lyxView_;
+       GuiView & lyxView_;
        //! widget under mouse
        bool underMouse_;
 };