#ifndef WX_PRECOMP
#endif
-#include "wx/filefn.h"
+#include "wx/filename.h"
#include "wx/msw/helpwin.h"
#include <time.h>
wxString wxWinHelpController::GetValidFilename(const wxString& file) const
{
wxString path, name, ext;
- wxSplitPath(file, & path, & name, & ext);
+ wxFileName::SplitPath(file, & path, & name, & ext);
wxString fullName;
if (path.empty())