summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.h
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/noncore/apps/checkbook/checkbook.h b/noncore/apps/checkbook/checkbook.h
index 1b6a2d3..e18f00c 100644
--- a/noncore/apps/checkbook/checkbook.h
+++ b/noncore/apps/checkbook/checkbook.h
@@ -50,2 +50,3 @@ class TranInfoList;
50class Cfg; 50class Cfg;
51class QMouseEvent;
51 52
@@ -64,2 +65,5 @@ class Checkbook : public QDialog
64 65
66 // members
67 TranInfoList *getTranList() { return(tranList); }
68
65 private: 69 private:
@@ -111,2 +115,3 @@ class Checkbook : public QDialog
111 void slotEditTran(); 115 void slotEditTran();
116 void slotMenuTran(QListViewItem *, const QPoint &);
112 void slotDeleteTran(); 117 void slotDeleteTran();
@@ -116,2 +121,3 @@ class Checkbook : public QDialog
116 121
122
117// --- CBListItem ------------------------------------------------------------- 123// --- CBListItem -------------------------------------------------------------
@@ -131,3 +137,3 @@ class CBListItem : public QListViewItem
131 137
132 private: 138 private:
133 TranInfo *_pTran; 139 TranInfo *_pTran;