]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/wxr2xml.h
Correct rounding up vs. rounding down error in GTK+
[wxWidgets.git] / contrib / utils / convertrc / wxr2xml.h
index 8692f9c8b93da1a43cfc8a172e4916df9db93d05..16560500e385f031d85edd73b27d33bfba99027b 100644 (file)
@@ -1,4 +1,4 @@
-// wxr2xml.h: 
+// wxr2xml.h:
 // 8/30/00 Brian Gavin
 //////////////////////////////////////////////////////////////////////
 
@@ -6,13 +6,14 @@
 #define WXR2XML_H
 
 #include <wx/ffile.h>
-#include "wx/resource.h"
+#include "wx/deprecated/setup.h"
+#include "wx/deprecated/resource.h"
 
 #if !wxUSE_WX_RESOURCES
 #error  "convertc requires wxUSE_WX_RESOURCES"
 #endif  // wxUSE_WX_RESOURCES
 
-class wxr2xml : public wxObject  
+class wxr2xml : public wxObject
 {
 public:
     bool Convert(wxString wxrfile,wxString xmlfile);
@@ -74,4 +75,4 @@ protected:
     wxFFile m_xmlfile;
 };
 
-#endif 
+#endif