Replace GNCBook with QofBook

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18202 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-07-13 16:43:01 +00:00
parent cb9b4afbac
commit 7bec19eef9

View File

@ -117,7 +117,7 @@ struct _xferDialog
GtkTooltips *tips;
GNCBook * book;
QofBook * book;
GNCPriceDB * pricedb;
/* Where to store the "exchange_rate" at exit (in lieu of
@ -1830,7 +1830,7 @@ gnc_xfer_dialog (GtkWidget * parent, Account * initial)
XferDialog *xferData;
GNCAmountEdit *gae;
GtkWidget *amount_entry;
GNCBook *book = NULL;
QofBook *book = NULL;
xferData = g_new0 (XferDialog, 1);