diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:16 -0600 |
commit | ed57d8a57b09cf200223bd57ebfaf8073b49653a (patch) | |
tree | cb4d3a82d6281babed602f97054756dddce9f8b5 /kalyptus/ChangeLog | |
parent | 04dbe5845eb1cf6bcd7e5085bdd43ba21baba745 (diff) | |
download | libtqt-perl-ed57d8a57b09cf200223bd57ebfaf8073b49653a.tar.gz libtqt-perl-ed57d8a57b09cf200223bd57ebfaf8073b49653a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 793c333..15fe667 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> |