summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.h6
1 files changed, 6 insertions, 0 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;
class Cfg;
+class QMouseEvent;
@@ -64,2 +65,5 @@ class Checkbook : public QDialog
+ // members
+ TranInfoList *getTranList() { return(tranList); }
+
private:
@@ -111,2 +115,3 @@ class Checkbook : public QDialog
void slotEditTran();
+ void slotMenuTran(QListViewItem *, const QPoint &);
void slotDeleteTran();
@@ -116,2 +121,3 @@ class Checkbook : public QDialog
+
// --- CBListItem -------------------------------------------------------------