summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/qashmoney.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/qashmoney.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/qashmoney.h3
1 files changed, 3 insertions, 0 deletions
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
@@ -6,4 +6,5 @@
#include <qlayout.h>
#include <qtabwidget.h>
+#include <qdatetime.h>
#include "accountdisplay.h"
@@ -47,4 +48,5 @@ class QashMoney : public QWidget
void disableOneTouchViewing ();
void toggleOneTouchViewing ( bool );
+ void setTransactionDisplayDate ();
private:
@@ -55,4 +57,5 @@ class QashMoney : public QWidget
BudgetDisplay *budgetdisplay;
int tabheight;
+ QDate newdate;
};