]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImplementation.h
QtView renamed to GuiView
[lyx.git] / src / frontends / qt4 / GuiImplementation.h
index 31f23ad873533efe5d7924fee5db60dc9d9b1b48..4cd8bfc817d0bf594088636bec10c61bc4213ef3 100644 (file)
@@ -24,7 +24,7 @@ namespace lyx {
 namespace frontend {
 
 class GuiWorkArea;
-class QtView;
+class GuiView;
 
 /**
  * The GuiImplementation class is the interface to all Qt4 components.
@@ -32,7 +32,7 @@ class QtView;
 class GuiImplementation: public Gui
 {
 public:
-       GuiImplementation(QtView & owner);
+       GuiImplementation(GuiView & owner);
        virtual ~GuiImplementation() {}
 
        Clipboard& clipboard();
@@ -47,7 +47,7 @@ private:
        ///
        std::map<int, boost::shared_ptr<GuiWorkArea> > work_areas_;
        ///
-       QtView & owner_;
+       GuiView & owner_;
        ///
        size_t max_id_;
 };