]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dialup.cpp
fix the definition of many static functions marked as 'const' or functions which...
[wxWidgets.git] / src / unix / dialup.cpp
index 79b35d5370056078e090e7d18a09ebda929fd615..5de4670063c907fffada1d6722a1ba6c55aa70b2 100644 (file)
@@ -26,7 +26,7 @@
     #include "wx/timer.h"
 #endif // !PCH
 
-#include "wx/filefn.h"
+#include "wx/filename.h"
 #include "wx/ffile.h"
 #include "wx/process.h"
 #include "wx/crt.h"
@@ -673,7 +673,7 @@ wxDialUpManagerImpl::CheckIfconfig()
         wxASSERT_MSG( m_IfconfigPath.length(),
                       _T("can't use ifconfig if it wasn't found") );
 
-        wxString tmpfile = wxGetTempFileName( wxT("_wxdialuptest") );
+        wxString tmpfile = wxFileName::CreateTempFileName( wxT("_wxdialuptest") );
         wxString cmd = wxT("/bin/sh -c \'");
         cmd << m_IfconfigPath;
 #if defined(__AIX__) || \