#endif
#include "wx/defs.h"
-#include "wx/object.h"
-#include "wx/string.h"
-#include "wx/event.h"
-#include "wx/window.h"
+#include "wx/panel.h"
#include "wx/icon.h"
//-----------------------------------------------------------------------------
// wxDialog
//-----------------------------------------------------------------------------
-class wxDialog: public wxWindow
+class wxDialog: public wxPanel
{
DECLARE_DYNAMIC_CLASS(wxDialog)