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.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};