summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.pro
authorhakan <hakan>2002-05-12 09:54:24 (UTC)
committer hakan <hakan>2002-05-12 09:54:24 (UTC)
commit6f19bc4691ec2c0ebbe36fc1aff09e879564fe7d (patch) (side-by-side diff)
tree6fac867effefe67c98896418047fe794a88c6953 /core/pim/datebook/datebook.pro
parent6f5ac2fbf69f019cc9d3a1522fc507c6b88d2bd6 (diff)
downloadopie-6f19bc4691ec2c0ebbe36fc1aff09e879564fe7d.zip
opie-6f19bc4691ec2c0ebbe36fc1aff09e879564fe7d.tar.gz
opie-6f19bc4691ec2c0ebbe36fc1aff09e879564fe7d.tar.bz2
Added a ONoteEdit class which is a QMultiLineEdit subclass copying indentation from line to line
Diffstat (limited to 'core/pim/datebook/datebook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebook.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 60c2b08..cf3ed30 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -12,7 +12,8 @@ HEADERS = datebookday.h \
datebookweekheaderimpl.h \
repeatentry.h \
timepicker.h \
- noteentryimpl.h
+ noteentryimpl.h \
+ onoteedit.h
SOURCES = main.cpp \
datebookday.cpp \
@@ -25,7 +26,8 @@ SOURCES = main.cpp \
datebookweekheaderimpl.cpp \
repeatentry.cpp \
timepicker.cpp \
- noteentryimpl.cpp
+ noteentryimpl.cpp \
+ onoteedit.cpp
INTERFACES = dateentry.ui \
datebookdayheader.ui \