From 76f9c784e2f850e2a9070eaf93488f7459c461ef Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Jun 2017 18:54:45 +0300 Subject: Use staticbrowserbox in helpwindow. --- src/gui/windows/helpwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/helpwindow.h') diff --git a/src/gui/windows/helpwindow.h b/src/gui/windows/helpwindow.h index 59e5405ff..2fb2407d9 100644 --- a/src/gui/windows/helpwindow.h +++ b/src/gui/windows/helpwindow.h @@ -31,8 +31,8 @@ #include "localconsts.h" class Button; -class BrowserBox; class ScrollArea; +class StaticBrowserBox; typedef std::set HelpNames; typedef HelpNames::const_iterator HelpNamesCIter; @@ -82,7 +82,7 @@ class HelpWindow final : public Window, void loadFile(std::string file); Button *mDYKButton A_NONNULLPOINTER; - BrowserBox *mBrowserBox A_NONNULLPOINTER; + StaticBrowserBox *mBrowserBox A_NONNULLPOINTER; ScrollArea *mScrollArea A_NONNULLPOINTER; HelpTagsMap mTagFileMap; }; -- cgit v1.2.3-70-g09d2