diff --git a/src/import-export/hbci/Makefile.am b/src/import-export/hbci/Makefile.am index 4c751a31d6..d910b56163 100644 --- a/src/import-export/hbci/Makefile.am +++ b/src/import-export/hbci/Makefile.am @@ -6,7 +6,7 @@ libgncmod_hbci_la_SOURCES = \ dialog-daterange.c \ dialog-hbcitrans.c \ dialog-pass.c \ - gnc-dtaus-import.c \ + gnc-file-aqb-import.c \ gnc-hbci-getbalance.c \ gnc-hbci-gettrans.c \ gnc-hbci-kvp.c \ @@ -31,7 +31,7 @@ noinst_HEADERS = \ dialog-pass.h \ druid-hbci-initial.h \ druid-hbci-utils.h \ - gnc-dtaus-import.h \ + gnc-file-aqb-import.h \ gnc-hbci-getbalance.h \ gnc-hbci-gettrans.h \ gnc-hbci-kvp.h \ diff --git a/src/import-export/hbci/gnc-dtaus-import.c b/src/import-export/hbci/gnc-file-aqb-import.c similarity index 99% rename from src/import-export/hbci/gnc-dtaus-import.c rename to src/import-export/hbci/gnc-file-aqb-import.c index cb06a9d024..b055eb042b 100644 --- a/src/import-export/hbci/gnc-dtaus-import.c +++ b/src/import-export/hbci/gnc-file-aqb-import.c @@ -56,7 +56,7 @@ #include "import-account-matcher.h" #include "gnc-hbci-gettrans.h" -#include "gnc-dtaus-import.h" +#include "gnc-file-aqb-import.h" static QofLogModule log_module = GNC_MOD_IMPORT; diff --git a/src/import-export/hbci/gnc-dtaus-import.h b/src/import-export/hbci/gnc-file-aqb-import.h similarity index 100% rename from src/import-export/hbci/gnc-dtaus-import.h rename to src/import-export/hbci/gnc-file-aqb-import.h diff --git a/src/import-export/hbci/gnc-plugin-hbci.c b/src/import-export/hbci/gnc-plugin-hbci.c index 462be337ea..2ff7d4e250 100644 --- a/src/import-export/hbci/gnc-plugin-hbci.c +++ b/src/import-export/hbci/gnc-plugin-hbci.c @@ -33,7 +33,7 @@ #include "gnc-hbci-getbalance.h" #include "gnc-hbci-gettrans.h" #include "gnc-hbci-transfer.h" -#include "gnc-dtaus-import.h" +#include "gnc-file-aqb-import.h" #include "gnc-plugin-hbci.h" #include "gnc-plugin-manager.h" #include "gnc-plugin-page-account-tree.h"