namespace PT renamed to pt

This commit is contained in:
2021-05-20 20:59:12 +02:00
parent d66a36cf21
commit e48a28a5c8
100 changed files with 597 additions and 597 deletions

View File

@@ -113,12 +113,12 @@ public:
/*
* when the object was created
*/
PT::Date date_creation;
pt::Date date_creation;
/*
* when the object was last modified
*/
PT::Date date_modification;
pt::Date date_modification;
@@ -201,13 +201,13 @@ public:
* meta information
* additional information in the form af a Space struct
*/
PT::Space meta;
pt::Space meta;
/*
* admin meta information
* additional information available to edit only by an admin
*/
PT::Space meta_admin;
pt::Space meta_admin;
ItemContent();