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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/apps/checkbook/checkbook.h b/noncore/apps/checkbook/checkbook.h
index 01f1115..287788a 100644
--- a/noncore/apps/checkbook/checkbook.h
+++ b/noncore/apps/checkbook/checkbook.h
@@ -36,6 +36,7 @@
class OTabWidget;
class Graph;
+class GraphInfo;
class QComboBox;
class QLabel;
class QLineEdit;
@@ -85,9 +86,13 @@ class Checkbook : public QDialog
// Charts tab
QWidget *initCharts();
- //QComboBox *graphList;
+ GraphInfo *graphInfo;
+ QComboBox *graphList;
Graph *graphWidget;
+ void drawBalanceChart();
+ void drawCategoryChart( bool = TRUE );
+
protected slots:
void accept();