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
This commit is contained in:
Christian Stimming 2006-09-19 18:50:55 +00:00
parent 557723f256
commit cb94669dee
4 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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;

View File

@ -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"