X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXView.h;h=0027484b901bdaaa9393027fb52853f4914296db;hb=27652900a60fd078f161ce866ddaed21dba21eff;hp=71cb18000744cae06c87ad0489b2726f161e0a23;hpb=b9d61343fc76a681b0264d65703ef2119647df56;p=lyx.git diff --git a/src/LyXView.h b/src/LyXView.h index 71cb180007..0027484b90 100644 --- a/src/LyXView.h +++ b/src/LyXView.h @@ -12,7 +12,7 @@ #include "LString.h" #include "frontends/Timeout.h" -#include "layout.h" +#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) */