summaryrefslogtreecommitdiff
path: root/Geld.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Geld.pro')
-rw-r--r--Geld.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/Geld.pro b/Geld.pro
index 197b1ce..647281f 100644
--- a/Geld.pro
+++ b/Geld.pro
@@ -6,11 +6,11 @@ TARGET = Geld
TEMPLATE = app
SOURCES += main.cpp \
geld.cpp \
- geldtransactionmodel.cpp \
+ transactionmodel.cpp \
transaction.cpp \
contraaccount.cpp
HEADERS += geld.h \
- geldtransactionmodel.h \
+ transactionmodel.h \
transaction.h \
contraaccount.h
FORMS += geld.ui \