summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckdetails.h
authorcniehaus <cniehaus>2002-09-15 14:23:06 (UTC)
committer cniehaus <cniehaus>2002-09-15 14:23:06 (UTC)
commita7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8 (patch) (unidiff)
tree4f6040e942db66db4130f8faecb9ba74527c35d5 /noncore/apps/checkbook/qcheckdetails.h
parentbefc227723d5d6ac6eb2e8c142624a24a79ff72f (diff)
downloadopie-a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8.zip
opie-a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8.tar.gz
opie-a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8.tar.bz2
hehe
Diffstat (limited to 'noncore/apps/checkbook/qcheckdetails.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckdetails.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/noncore/apps/checkbook/qcheckdetails.h b/noncore/apps/checkbook/qcheckdetails.h
deleted file mode 100644
index fe5fe1a..0000000
--- a/noncore/apps/checkbook/qcheckdetails.h
+++ b/dev/null
@@ -1,27 +0,0 @@
1#include "qcheckdetailsbase.h"
2#include <qstring.h>
3#include <qtextview.h>
4#include <qtoolbar.h>
5#include <qpe/resource.h>
6#include <qpixmap.h>
7#include <qdialog.h>
8#include <qmainwindow.h>
9#include <qtoolbutton.h>
10#include <qwidget.h>
11
12class QCheckDetails : public QMainWindow
13{
14 Q_OBJECT
15 public:
16 QCheckDetails(int row, int col, const QStringList item);
17 signals:
18 void editClicked(int, int);
19 void deleteClicked(int, int);
20 public slots:
21 void editCheck();
22 void deleteCheck();
23 private:
24 int m_row;
25 int m_col;
26 QCheckDetailsBase *m_view;
27};