]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QLMenubar.h
QtView renamed to GuiView
[lyx.git] / src / frontends / qt4 / QLMenubar.h
index 4841c644aaf51ba821f4a671667095c655fd9b04..ab17a4a043fe8ba03e63065b70b2b1f03b85e657 100644 (file)
@@ -33,7 +33,7 @@ namespace lyx {
 
 namespace frontend {
 
-class QtView;
+class GuiView;
 
 class QLMenubar : public QObject, public Menubar {
        Q_OBJECT
@@ -44,7 +44,7 @@ public:
        void openByName(std::string const &);
 
        /// return the owning view
-       QtView * view();
+       GuiView * view();
 
        /// return the menu controller
        MenuBackend const & backend();
@@ -64,7 +64,7 @@ private:
        void macxMenuBarInit();
 
        /// owning view
-       QtView * owner_;
+       GuiView * owner_;
 
        /// menu controller
        MenuBackend & menubackend_;