X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d832cf788ed66b3b4286c2eaddad8ee1bf964b0..01e4ec19805f0decf6adde30a9f77b03340d60b5:/contrib/utils/wxrcedit/propedit.h?ds=sidebyside diff --git a/contrib/utils/wxrcedit/propedit.h b/contrib/utils/wxrcedit/propedit.h index 04ff9c577d..b74371604e 100644 --- a/contrib/utils/wxrcedit/propedit.h +++ b/contrib/utils/wxrcedit/propedit.h @@ -15,12 +15,12 @@ #define _PROPEDIT_H_ #include "wx/panel.h" -#include "wx/generic/treectlg.h" +#include "wx/treectrl.h" #include "nodesdb.h" #include "propframe.h" class WXDLLEXPORT wxXmlNode; -class WXDLLEXPORT wxGenericTreeCtrl; +class WXDLLEXPORT wxTreeCtrl; class WXDLLEXPORT wxTextCtrl; @@ -61,7 +61,7 @@ class PropEditCtrl : public wxPanel PropertiesFrame *m_PropFrame; bool m_Created; - wxGenericTreeCtrl *m_TreeCtrl; + wxTreeCtrl *m_TreeCtrl; wxTreeItemId m_TreeItem; wxWindow *m_TheCtrl; PropertyInfo *m_PropInfo;