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) (side-by-side diff)
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) (show 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 @@
-#include <qstring.h>
-#include <qcombobox.h>
-#include "qrestrictedline.h"
-#include <qcombobox.h>
-#include <qstringlist.h>
-#include <qlabel.h>
-#include <qmultilineedit.h>
-#include "qcheckentrybase.h"
-#include <qdialog.h>
-#include <qregexp.h>
-#include <qmessagebox.h>
-#include <qwidget.h>
-#include <qevent.h>
-#include <qdatetime.h>
-#include <qradiobutton.h>
-#include "config.h"
-
-class QCheckEntry : public QCheckEntryBase
-{
- Q_OBJECT
- public:
- QCheckEntry();
- static QStringList popupEntry(const QStringList &originaldata);
- private slots:
- void amountChanged(const QString &);
- void transFeeChanged(const QString &);
- void paymentClicked();
- void depositClicked();
- protected slots:
- virtual void accept();
-};