summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckview.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/qcheckview.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckview.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/noncore/apps/checkbook/qcheckview.h b/noncore/apps/checkbook/qcheckview.h
deleted file mode 100644
index 840dc8b..0000000
--- a/noncore/apps/checkbook/qcheckview.h
+++ b/dev/null
@@ -1,33 +0,0 @@
-#include "qcheckviewbase.h"
-#include "qrestrictedline.h"
-#include "qcheckentry.h"
-#include "qcheckdetails.h"
-
-#include <qstring.h>
-#include "config.h"
-#include <qtable.h>
-#include <qpoint.h>
-#include <qlayout.h>
-
-class QCheckView : public QCheckViewBase
-{
- Q_OBJECT
- public:
- QCheckView(QWidget *, QString filename);
- void load(const QString filename);
- private:
- Config *config;
- QString calculator(QString largervalue, QString smallervalue, bool subtract);
- int lastSortCol;
- bool ascend;
- QCheckDetails *qcd;
- QString m_filename;
- private slots:
-// void entryActivated(int);
- void newClicked();
- void tableClicked(int, int, int, const QPoint &mousePos);
- void editClicked(int, int);
- void deleteClicked(int, int);
- signals:
- void reload(const QString &filename);
-};