summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckentry.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/qcheckentry.h
parentbefc227723d5d6ac6eb2e8c142624a24a79ff72f (diff)
downloadopie-a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8.zip
opie-a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8.tar.gz
opie-a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8.tar.bz2
hehe
Diffstat (limited to 'noncore/apps/checkbook/qcheckentry.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckentry.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/noncore/apps/checkbook/qcheckentry.h b/noncore/apps/checkbook/qcheckentry.h
deleted file mode 100644
index f361bbf..0000000
--- a/noncore/apps/checkbook/qcheckentry.h
+++ b/dev/null
@@ -1,31 +0,0 @@
1#include <qstring.h>
2#include <qcombobox.h>
3#include "qrestrictedline.h"
4#include <qcombobox.h>
5#include <qstringlist.h>
6#include <qlabel.h>
7#include <qmultilineedit.h>
8#include "qcheckentrybase.h"
9#include <qdialog.h>
10#include <qregexp.h>
11#include <qmessagebox.h>
12#include <qwidget.h>
13#include <qevent.h>
14#include <qdatetime.h>
15#include <qradiobutton.h>
16#include "config.h"
17
18class QCheckEntry : public QCheckEntryBase
19{
20 Q_OBJECT
21 public:
22 QCheckEntry();
23 static QStringList popupEntry(const QStringList &originaldata);
24 private slots:
25 void amountChanged(const QString &);
26 void transFeeChanged(const QString &);
27 void paymentClicked();
28 void depositClicked();
29 protected slots:
30 virtual void accept();
31};