ColTypeDate: Renamed 'ColDate' to 'ColTypeDate'

- Renamed files ColDate* to ColTypeDate*.
- Renamed objects ColumnDate* to ColumnTypeDate*.
- This is mainly to make way for ColType{Duration,String,Numeric}, while leaving
  ColString untouched. ColString is used only for ViewText columns, but may soon
  be replaced by ColTypeString. Unknown.
This commit is contained in:
Paul Beckingham 2015-10-31 11:35:24 -04:00
parent 6baff92b5a
commit 2a6ce539d0
12 changed files with 27 additions and 27 deletions

View file

@ -6,7 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
${TASK_INCLUDE_DIRS})
set (columns_SRCS Column.cpp Column.h
ColDate.cpp ColDate.h
ColTypeDate.cpp ColTypeDate.h
ColDepends.cpp ColDepends.h
ColDescription.cpp ColDescription.h
ColDue.cpp ColDue.h