summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckbook.h
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/qcheckbook.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckbook.h47
1 files changed, 24 insertions, 23 deletions
diff --git a/noncore/apps/checkbook/qcheckbook.h b/noncore/apps/checkbook/qcheckbook.h
index 52c0d40..64b6628 100644
--- a/noncore/apps/checkbook/qcheckbook.h
+++ b/noncore/apps/checkbook/qcheckbook.h
@@ -11,27 +11,28 @@
11 11
12class QCheckBook : public QMainWindow 12class QCheckBook : public QMainWindow
13{ 13{
14 Q_OBJECT 14 Q_OBJECT
15 public: 15 public:
16 QCheckBook(); 16 QCheckBook();
17 private slots: 17 private slots:
18 void newCheck(const QString &filename); 18 void newCheck(const QString &filename);
19 void newGraph(); 19 void deleteCheck(const QString &filename);
20 void close(); 20 void newGraph();
21 void initMainMenus(); 21 void close();
22 private: 22 void initMainMenus();
23 QCheckView *m_view; 23 private:
24 QCheckGraph *m_view2; 24 QCheckView *m_view;
25 QCheckMainMenu *m_view3; 25 QCheckGraph *m_view2;
26 QToolBar *bar; 26 QCheckMainMenu *m_view3;
27 QMenuBar *mbar; 27 QToolBar *bar;
28 int filemenuid; 28 QMenuBar *mbar;
29 QString m_filename; 29 int filemenuid;
30 QToolButton *nb1; 30 QString m_filename;
31 QToolButton *nb2; 31 QToolButton *nb1;
32 QToolButton *nb3; 32 QToolButton *nb2;
33 QToolButton *nb4; 33 QToolButton *nb3;
34 bool initCheck; 34 QToolButton *nb4;
35 bool initMM; 35 bool initCheck;
36 QPopupMenu *popup; 36 bool initMM;
37 QPopupMenu *popup;
37}; 38};