| Index: xfa/fwl/theme/cfwl_pushbuttontp.h
|
| diff --git a/xfa/include/fwl/theme/pushbuttontp.h b/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| similarity index 87%
|
| rename from xfa/include/fwl/theme/pushbuttontp.h
|
| rename to xfa/fwl/theme/cfwl_pushbuttontp.h
|
| index b951de0bedea3400ab92a1350f2dfc836fa253e6..298071901b61c8da3248add0070e286a2494f482 100644
|
| --- a/xfa/include/fwl/theme/pushbuttontp.h
|
| +++ b/xfa/fwl/theme/cfwl_pushbuttontp.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_THEME_PUSHBUTTONTP_H_
|
| -#define XFA_INCLUDE_FWL_THEME_PUSHBUTTONTP_H_
|
| +#ifndef XFA_FWL_THEME_CFWL_PUSHBUTTONTP_H_
|
| +#define XFA_FWL_THEME_CFWL_PUSHBUTTONTP_H_
|
|
|
| -#include "xfa/include/fwl/theme/widgettp.h"
|
| +#include "xfa/fwl/theme/cfwl_widgettp.h"
|
|
|
| class CFWL_PushButtonTP : public CFWL_WidgetTP {
|
| public:
|
| @@ -41,4 +41,4 @@ class CFWL_PushButtonTP : public CFWL_WidgetTP {
|
| } * m_pThemeData;
|
| };
|
|
|
| -#endif // XFA_INCLUDE_FWL_THEME_PUSHBUTTONTP_H_
|
| +#endif // XFA_FWL_THEME_CFWL_PUSHBUTTONTP_H_
|
|
|