Index: xfa/fwl/core/cfwl_evttextchanged.cpp |
diff --git a/xfa/fwl/core/cfwl_evtkey.cpp b/xfa/fwl/core/cfwl_evttextchanged.cpp |
similarity index 51% |
copy from xfa/fwl/core/cfwl_evtkey.cpp |
copy to xfa/fwl/core/cfwl_evttextchanged.cpp |
index 492c42fc9811ee2b9a765d3076bda419f9239a0c..76718be6a2c1cb3e31639c5216bdd75842a78a5d 100644 |
--- a/xfa/fwl/core/cfwl_evtkey.cpp |
+++ b/xfa/fwl/core/cfwl_evttextchanged.cpp |
@@ -4,12 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/fwl/core/cfwl_evtkey.h" |
+#include "xfa/fwl/core/cfwl_evttextchanged.h" |
-CFWL_EvtKey::CFWL_EvtKey() {} |
+CFWL_EvtTextChanged::CFWL_EvtTextChanged() {} |
-CFWL_EvtKey::~CFWL_EvtKey() {} |
+CFWL_EvtTextChanged::~CFWL_EvtTextChanged() {} |
-CFWL_EventType CFWL_EvtKey::GetClassID() const { |
- return CFWL_EventType::Key; |
+CFWL_EventType CFWL_EvtTextChanged::GetClassID() const { |
+ return CFWL_EventType::TextChanged; |
} |