]> 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 f6a2b3cf7ffc8a94d024b14bf94e87b7a1479819..36e6dfa9e10b03429d69c8cf43eea7ffccf25866 100644 (file)
 #ifndef INSERTTABLEWIDGET_H
 #define INSERTTABLEWIDGET_H
 
-#include "frontends/LyXView.h"
 #include <QWidget>
 
 namespace lyx {
 namespace frontend {
 
+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_;
 };