summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/transactiondisplay.h
Unidiff
Diffstat (limited to 'noncore/apps/qashmoney/transactiondisplay.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/transactiondisplay.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/transactiondisplay.h b/noncore/apps/qashmoney/transactiondisplay.h
index 79f20ba..1746f6c 100755
--- a/noncore/apps/qashmoney/transactiondisplay.h
+++ b/noncore/apps/qashmoney/transactiondisplay.h
@@ -9,2 +9,3 @@
9#include <qlineedit.h> 9#include <qlineedit.h>
10#include <qdatetime.h>
10 11
@@ -50,2 +51,3 @@ class TransactionDisplay : public QWidget
50 void showCalendar (); 51 void showCalendar ();
52 void setTransactionDisplayDate ();
51 53
@@ -53,2 +55,3 @@ class TransactionDisplay : public QWidget
53 int accountid, fromaccount, fromparent, toaccount, toparent, day, month, year, transferid; 55 int accountid, fromaccount, fromparent, toaccount, toparent, day, month, year, transferid;
56 QDate displaydate;
54 bool children; 57 bool children;