]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpdlg.h
adding alpha to wxColour
[wxWidgets.git] / include / wx / html / helpdlg.h
index 60ff9d4818cef273b684fbc3bea2250186f1bf7b..16af1ecf9286d35965e6d4b10fb04f0922f7961e 100644 (file)
@@ -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
 #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"
@@ -91,4 +88,3 @@ protected:
     // wxUSE_WXHTML_HELP
 
 #endif
-