]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiApplication.h
Today is a sad day, LyXView has passed over... long live GuiView!
[features.git] / src / frontends / qt4 / GuiApplication.h
index bc4cc17754807d5b94559d8248397a6051e67842..5355f9bd85e2592e4564a95b4c09c2b81af6dbf2 100644 (file)
@@ -33,7 +33,6 @@ class KeySymbol;
 namespace frontend {
 
 class GuiView;
-class LyXView;
 class GlobalMenuBar;
 class GuiWorkArea;
 class Menus;
@@ -61,7 +60,6 @@ public:
        void dispatch(FuncRequest const &);
        void dispatch(FuncRequest const &, DispatchResult & dr);
        FuncStatus getStatus(FuncRequest const & cmd) const;
-       LyXView * currentWindow();
        void dispatchDelayed(FuncRequest const &);
        void resetGui();
        void restoreGuiSession();
@@ -161,7 +159,7 @@ private:
        ///
        void setGuiLanguage();
 
-       /// This LyXView is the one receiving Clipboard and Selection
+       /// This GuiView is the one receiving Clipboard and Selection
        /// events
        GuiView * current_view_;