]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
Yet another tweak from J�rgen.
[lyx.git] / src / LyXView.h
index 40f44074adf6c4c887103e758d00634bb7dbffb4..0027484b901bdaaa9393027fb52853f4914296db 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "LString.h"
 #include "frontends/Timeout.h"
-#include "layout.h" // Just for LyXTextClass::size_type (sic)
+#include "support/types.h"
 
 class Buffer;
 class Toolbar;
@@ -53,7 +53,7 @@ public:
        Toolbar * getToolbar() const;
 
        /// sets the layout in the toolbar layout combox
-       void setLayout(LyXTextClass::size_type layout);
+       void setLayout(lyx::layout_type layout);
 
        /// update the toolbar
        void updateToolbar();
@@ -123,7 +123,7 @@ private:
        ///
        Dialogs * dialogs_;
        ///
-       virtual void setWindowTitle(string const &) = 0;
+       virtual void setWindowTitle(string const &, string const &) = 0;
        /** The last textclass layout list in the layout choice selector
          This should probably be moved to the toolbar, but for now it's
        here. (Asger) */