diff options
Diffstat (limited to 'kalyptus/ChangeLog')
-rw-r--r-- | kalyptus/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kalyptus/ChangeLog b/kalyptus/ChangeLog index 793c333a..15fe6676 100644 --- a/kalyptus/ChangeLog +++ b/kalyptus/ChangeLog @@ -44,7 +44,7 @@ 2004-08-19 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * A namespace such as KIO:: can be spread over several header files, the source + * A namespace such as TDEIO:: can be spread over several header files, the source names are now kept in a property list so that all the includes can be generated. 2004-07-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk> @@ -57,7 +57,7 @@ * When the Smoke code for accessing an enum was generated, it was assuming that the enum was in the same source file as the class. This doesn't work - for namespaces like KIO:: where enums can be spread over several source + for namespaces like TDEIO:: where enums can be spread over several source files. * The solution is to add a source file property to each enum, and when the accessor code for the enum is generated a suitable include can be added. @@ -246,7 +246,7 @@ * Fixed a problem with parsing one line namespace declarations * Added support for the QT_WORKSPACE_WINDOWMODE macro, to solve build problem - * Added some more primitive type definitions such as KIO::filesize_t + * Added some more primitive type definitions such as TDEIO::filesize_t 2003-12-23 Richard Dale <Richard_Dale@tipitina.demon.co.uk> |