X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3755cfa64d2f5182ec88d9d0bf934769e0269d10..3da12c22f2e9014d7fd2f4fa63255709befe3a95:/include/wx/html/helpdlg.h diff --git a/include/wx/html/helpdlg.h b/include/wx/html/helpdlg.h index 7f9f154597..16af1ecf92 100644 --- a/include/wx/html/helpdlg.h +++ b/include/wx/html/helpdlg.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpdlg.h +// Name: wx/html/helpdlg.h // Purpose: wxHtmlHelpDialog // Notes: Based on htmlhelp.cpp, implementing a monolithic // HTML Help controller class, by Vaclav Slavik @@ -12,16 +12,13 @@ #ifndef _WX_HELPDLG_H_ #define _WX_HELPDLG_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "helpdlgex.h" -#endif - #include "wx/defs.h" #if wxUSE_WXHTML_HELP #include "wx/html/helpdata.h" #include "wx/window.h" +#include "wx/dialog.h" #include "wx/frame.h" #include "wx/config.h" #include "wx/splitter.h" @@ -32,7 +29,7 @@ #include "wx/checkbox.h" #include "wx/stattext.h" #include "wx/html/htmlwin.h" -#include "wx/html/helpwin.h" +#include "wx/html/helpwnd.h" #include "wx/html/htmprint.h" class WXDLLIMPEXP_HTML wxHtmlHelpController; @@ -91,4 +88,3 @@ protected: // wxUSE_WXHTML_HELP #endif -