]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QCommandBuffer.C
QtView renamed to GuiView
[lyx.git] / src / frontends / qt4 / QCommandBuffer.C
index 91220eaddd701abe3f3622d0a219fa7be6e3887a..d2eab207c94e9ba3dd4035b2fedf45dc3fe2a43f 100644 (file)
@@ -12,7 +12,7 @@
 
 // Qt defines a macro 'signals' that clashes with a boost namespace.
 // All is well if the namespace is visible first.
-#include "QtView.h"
+#include "GuiView.h"
 
 #include "QCommandBuffer.h"
 #include "QCommandEdit.h"
@@ -74,7 +74,7 @@ protected:
 } // end of anon
 
 
-QCommandBuffer::QCommandBuffer(QtView * view, ControlCommandBuffer & control, QWidget * parent)
+QCommandBuffer::QCommandBuffer(GuiView * view, ControlCommandBuffer & control, QWidget * parent)
        : QWidget(parent), view_(view), controller_(control)
 {
        QPixmap qpup(toqstr(libFileSearch("images", "up", "xpm")));