From 2d37d653310da0a9d6e2e2e6c9f5bf092e54cbbb Mon Sep 17 00:00:00 2001 From: alwin Date: Mon, 23 Feb 2004 12:16:18 +0000 Subject: sorry, forgot a stdc++ reference --- (limited to 'noncore/apps/qashmoney/accountdisplay.cpp') diff --git a/noncore/apps/qashmoney/accountdisplay.cpp b/noncore/apps/qashmoney/accountdisplay.cpp index 64f4ea8..d0ba82a 100755 --- a/noncore/apps/qashmoney/accountdisplay.cpp +++ b/noncore/apps/qashmoney/accountdisplay.cpp @@ -1,7 +1,6 @@ #include #include #include -#include #include "accountdisplay.h" #include "newaccount.h" @@ -270,7 +269,7 @@ void AccountDisplay::getTransferAccounts ( QListViewItem * item ) // set the cleared integer if the checkbox is checked if ( td->clearedcheckbox->isChecked() == TRUE ) cleared = 1; - cout << "Year from transferdialog = " << td->getYear() << endl; + qDebug("Year from transferdialog = %i",td->getYear()); // add the transfer with a new date if its been edited or use the default date if ( td->getDateEdited () == TRUE ) transfer->addTransfer ( firstaccountid, account->getParentAccountID ( firstaccountid ), secondaccountid, account->getParentAccountID ( secondaccountid ), td->getDay(), td->getMonth(), td->getYear(), td->amount->text().toFloat(), cleared ); -- cgit v0.9.0.2