From cb94669dee6d9d09880a1f43db22cc246f5fadf4 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 19 Sep 2006 18:50:55 +0000 Subject: [PATCH] Move gnc-dtaus-import.[hc] files to filename gnc-file-aqb-import.[hc] because these are not limited to dtaus import. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14872 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/hbci/Makefile.am | 4 ++-- .../hbci/{gnc-dtaus-import.c => gnc-file-aqb-import.c} | 2 +- .../hbci/{gnc-dtaus-import.h => gnc-file-aqb-import.h} | 0 src/import-export/hbci/gnc-plugin-hbci.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/import-export/hbci/{gnc-dtaus-import.c => gnc-file-aqb-import.c} (99%) rename src/import-export/hbci/{gnc-dtaus-import.h => gnc-file-aqb-import.h} (100%) 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"