From e6ff2dbd2d128c3cf873e23f4df8006759b47079 Mon Sep 17 00:00:00 2001 From: allenforsythe Date: Fri, 16 May 2003 20:08:38 +0000 Subject: Working on time frame for displaying cleared transactions. Not yet working. --- (limited to 'noncore/apps/qashmoney/qashmoney.h') diff --git a/noncore/apps/qashmoney/qashmoney.h b/noncore/apps/qashmoney/qashmoney.h index cf0bd42..ec2c7ec 100755 --- a/noncore/apps/qashmoney/qashmoney.h +++ b/noncore/apps/qashmoney/qashmoney.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "accountdisplay.h" #include "transactiondisplay.h" @@ -46,6 +47,7 @@ class QashMoney : public QWidget void enableOneTouchViewing (); void disableOneTouchViewing (); void toggleOneTouchViewing ( bool ); + void setTransactionDisplayDate (); private: QVBoxLayout *layout; @@ -54,6 +56,7 @@ class QashMoney : public QWidget TransactionDisplay *transactiondisplay; BudgetDisplay *budgetdisplay; int tabheight; + QDate newdate; }; -- cgit v0.9.0.2