]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCommandBuffer.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiCommandBuffer.h
index 5dc58dd7e87505e6dddb3b51229410862d667f9c..9f8ec74216e9e2a952637905837459f8651f271c 100644 (file)
@@ -25,8 +25,7 @@ class QListWidgetItem;
 namespace lyx {
 namespace frontend {
 
-class LyXView;
-class GuiViewBase;
+class GuiView;
 class GuiCommandEdit;
 
 class GuiCommandBuffer : public QWidget
@@ -34,7 +33,7 @@ class GuiCommandBuffer : public QWidget
        Q_OBJECT
 
 public:
-       GuiCommandBuffer(GuiViewBase * view);
+       GuiCommandBuffer(GuiView * view);
 
 public Q_SLOTS:
        /// cancel command compose
@@ -53,9 +52,7 @@ public Q_SLOTS:
        void hideParent();
 private:
        /// owning view
-       GuiViewBase * view_;
-       ///
-       LyXView & lv_;
+       GuiView * view_;
        /// command widget
        GuiCommandEdit * edit_;