#if wxUSE_FILEDLG && !defined(__SMARTPHONE__)
+#include "wx/filedlg.h"
+
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/msgdlg.h"
- #include "wx/filedlg.h"
#include "wx/filefn.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/math.h"
#endif
-#include "wx/palmos/private.h"
-
#include <stdlib.h>
#include <string.h>
const wxString& defaultFileName,
const wxString& wildCard,
long style,
- const wxPoint& pos)
- :wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos)
+ const wxPoint& pos,
+ const wxSize& sz,
+ const wxString& name)
+ :wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos, sz, name)
{
}
}
#endif // wxUSE_FILEDLG
-