From a7dc3fe0c963ef8f5f19c04c2806daeb91ba23c8 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sun, 15 Sep 2002 14:23:06 +0000 Subject: hehe --- (limited to 'noncore/apps/checkbook/qcheckview.h') 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 -#include "config.h" -#include -#include -#include - -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); -}; -- cgit v0.9.0.2