]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InsertTableWidget.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / InsertTableWidget.h
index f6a2b3cf7ffc8a94d024b14bf94e87b7a1479819..f38d3dbe9b729c4f7085d99d0c85020c564382b8 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(QWidget *);
 
 Q_SIGNALS:
        //! widget is visible
@@ -62,8 +62,6 @@ private:
        int bottom_;
        //! column of pointer
        int right_;
-       //! the lyxview we need to dispatch the funcrequest
-       LyXView & lyxView_;
        //! widget under mouse
        bool underMouse_;
 };