summaryrefslogtreecommitdiffstats
path: root/kalyptus/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:31:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:31:43 -0600
commit24b85b785334e8436c975a4323fcbb75d61f6e72 (patch)
tree95703ced216baabc95ecb169839c6f302bbcc5af /kalyptus/ChangeLog
parent5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff)
downloadtdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz
tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kalyptus/ChangeLog')
-rw-r--r--kalyptus/ChangeLog6
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>