Index: fpdfsdk/formfiller/cffl_textfield.h |
diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/formfiller/cffl_textfield.h |
similarity index 91% |
rename from fpdfsdk/include/formfiller/FFL_TextField.h |
rename to fpdfsdk/formfiller/cffl_textfield.h |
index f810d8ff6442a7722871e2fcf20131b831391dea..d7bfc9ee8d985672df6940614e5f09866e00e5be 100644 |
--- a/fpdfsdk/include/formfiller/FFL_TextField.h |
+++ b/fpdfsdk/formfiller/cffl_textfield.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_TEXTFIELD_H_ |
-#define FPDFSDK_INCLUDE_FORMFILLER_FFL_TEXTFIELD_H_ |
+#ifndef FPDFSDK_FORMFILLER_CFFL_TEXTFIELD_H_ |
+#define FPDFSDK_FORMFILLER_CFFL_TEXTFIELD_H_ |
-#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" |
+#include "fpdfsdk/formfiller/cffl_formfiller.h" |
#define BF_ALIGN_LEFT 0 |
#define BF_ALIGN_MIDDLE 1 |
@@ -66,4 +66,4 @@ class CFFL_TextField : public CFFL_FormFiller, |
FFL_TextFieldState m_State; |
}; |
-#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_TEXTFIELD_H_ |
+#endif // FPDFSDK_FORMFILLER_CFFL_TEXTFIELD_H_ |