| Index: xfa/fwl/theme/cfwl_datetimepickertp.h
|
| diff --git a/xfa/include/fwl/theme/datetimepickertp.h b/xfa/fwl/theme/cfwl_datetimepickertp.h
|
| similarity index 77%
|
| rename from xfa/include/fwl/theme/datetimepickertp.h
|
| rename to xfa/fwl/theme/cfwl_datetimepickertp.h
|
| index de2f8304f0c6792d606cbc1fa1dcd41944f531f4..199551ea1faba8ac69364fd3c06966fedcf11778 100644
|
| --- a/xfa/include/fwl/theme/datetimepickertp.h
|
| +++ b/xfa/fwl/theme/cfwl_datetimepickertp.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_THEME_DATETIMEPICKERTP_H_
|
| -#define XFA_INCLUDE_FWL_THEME_DATETIMEPICKERTP_H_
|
| +#ifndef XFA_FWL_THEME_CFWL_DATETIMEPICKERTP_H_
|
| +#define XFA_FWL_THEME_CFWL_DATETIMEPICKERTP_H_
|
|
|
| -#include "xfa/include/fwl/theme/widgettp.h"
|
| +#include "xfa/fwl/theme/cfwl_widgettp.h"
|
|
|
| class CFWL_DateTimePickerTP : public CFWL_WidgetTP {
|
| public:
|
| @@ -24,4 +24,4 @@ class CFWL_DateTimePickerTP : public CFWL_WidgetTP {
|
| } * m_pThemeData;
|
| };
|
|
|
| -#endif // XFA_INCLUDE_FWL_THEME_DATETIMEPICKERTP_H_
|
| +#endif // XFA_FWL_THEME_CFWL_DATETIMEPICKERTP_H_
|
|
|