summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.pro
authordrw <drw>2002-12-04 02:12:25 (UTC)
committer drw <drw>2002-12-04 02:12:25 (UTC)
commitd000538b68b3411a409e829c4e68f42f9646b940 (patch) (side-by-side diff)
tree72abee0785a595ef9d5edf9ecd20743a9ff16559 /noncore/apps/checkbook/checkbook.pro
parent9b23bf789c15bcc84dabc400f16fa38ff3a34ebd (diff)
downloadopie-d000538b68b3411a409e829c4e68f42f9646b940.zip
opie-d000538b68b3411a409e829c4e68f42f9646b940.tar.gz
opie-d000538b68b3411a409e829c4e68f42f9646b940.tar.bz2
Abstracted checkbook storage, added new main window display/configuration options.
Diffstat (limited to 'noncore/apps/checkbook/checkbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.pro28
1 files changed, 16 insertions, 12 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index 53b5ff4..05cac15 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -3,15 +3,19 @@ CONFIG = qt warn_on release
HEADERS = mainwindow.h \
- traninfo.h \
- graphinfo.h \
- password.h \
- checkbook.h \
- transaction.h \
+ cbinfo.h \
+ traninfo.h \
+ graphinfo.h \
+ configuration.h \
+ password.h \
+ checkbook.h \
+ transaction.h \
graph.h
-SOURCES = main.cpp \
- mainwindow.cpp \
- traninfo.cpp \
- graphinfo.cpp \
- password.cpp \
- checkbook.cpp \
- transaction.cpp \
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ cbinfo.cpp \
+ traninfo.cpp \
+ graphinfo.cpp \
+ configuration.cpp \
+ password.cpp \
+ checkbook.cpp \
+ transaction.cpp \
graph.cpp