summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckbook.h
authordrw <drw>2002-10-21 23:04:11 (UTC)
committer drw <drw>2002-10-21 23:04:11 (UTC)
commit0b0f3dccd3b6dbb01fd268e2c737fd1a6c163379 (patch) (unidiff)
treefc39f1647722bb5bc9a935c32567a3da666ae843 /noncore/apps/checkbook/qcheckbook.h
parentb466b56f8a17010d651f07149ae5b860296ac710 (diff)
downloadopie-0b0f3dccd3b6dbb01fd268e2c737fd1a6c163379.zip
opie-0b0f3dccd3b6dbb01fd268e2c737fd1a6c163379.tar.gz
opie-0b0f3dccd3b6dbb01fd268e2c737fd1a6c163379.tar.bz2
New version of Checkbook app
Diffstat (limited to 'noncore/apps/checkbook/qcheckbook.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckbook.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/noncore/apps/checkbook/qcheckbook.h b/noncore/apps/checkbook/qcheckbook.h
deleted file mode 100644
index 64b6628..0000000
--- a/noncore/apps/checkbook/qcheckbook.h
+++ b/dev/null
@@ -1,38 +0,0 @@
1#include "qcheckview.h"
2#include "qcheckgraph.h"
3#include "qcheckmainmenu.h"
4
5#include <qpe/resource.h>
6#include <qmainwindow.h>
7#include <qtoolbar.h>
8#include <qstring.h>
9#include "config.h"
10#include <qpopupmenu.h>
11
12class QCheckBook : public QMainWindow
13{
14 Q_OBJECT
15 public:
16 QCheckBook();
17 private slots:
18 void newCheck(const QString &filename);
19 void deleteCheck(const QString &filename);
20 void newGraph();
21 void close();
22 void initMainMenus();
23 private:
24 QCheckView *m_view;
25 QCheckGraph *m_view2;
26 QCheckMainMenu *m_view3;
27 QToolBar *bar;
28 QMenuBar *mbar;
29 int filemenuid;
30 QString m_filename;
31 QToolButton *nb1;
32 QToolButton *nb2;
33 QToolButton *nb3;
34 QToolButton *nb4;
35 bool initCheck;
36 bool initMM;
37 QPopupMenu *popup;
38};