Commit f26327a313a2d29fe79c36cc52f40a5159e60734

Authored by m-holger
1 parent 4d0ccbe4

Rename `FormField.hh` to `AcroForm.hh` and update include references across file…

…s for consistency with refactored AcroForm structure.
libqpdf/QPDFAcroFormDocumentHelper.cc
1 1 #include <qpdf/QPDFAcroFormDocumentHelper.hh>
2 2  
3   -#include <qpdf/FormField.hh>
  3 +#include <qpdf/AcroForm.hh>
4 4  
5 5 #include <qpdf/Pl_Buffer.hh>
6 6 #include <qpdf/QPDFObjectHandle_private.hh>
... ...
libqpdf/QPDFFormFieldObjectHelper.cc
1 1 #include <qpdf/QPDFFormFieldObjectHelper.hh>
2 2  
3   -#include <qpdf/FormField.hh>
  3 +#include <qpdf/AcroForm.hh>
4 4  
5 5 #include <qpdf/Pl_QPDFTokenizer.hh>
6 6 #include <qpdf/QIntC.hh>
... ...
libqpdf/qpdf/FormField.hh renamed to libqpdf/qpdf/AcroForm.hh
1   -#ifndef FORMFIELD_HH
2   -#define FORMFIELD_HH
  1 +#ifndef ACRO_FORM_HH
  2 +#define ACRO_FORM_HH
3 3  
4 4 #include <qpdf/QPDFObjectHandle_private.hh>
5 5 #include <qpdf/QPDFObjectHelper.hh>
... ... @@ -422,4 +422,4 @@ namespace qpdf::impl
422 422 }; // class FormNode
423 423 } // namespace qpdf::impl
424 424  
425   -#endif // FORMFIELD_HH
  425 +#endif // ACRO_FORM_HH
... ...