summaryrefslogtreecommitdiffstats
path: root/kalyptus/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:18:16 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:18:16 -0600
commited57d8a57b09cf200223bd57ebfaf8073b49653a (patch)
treecb4d3a82d6281babed602f97054756dddce9f8b5 /kalyptus/ChangeLog
parent04dbe5845eb1cf6bcd7e5085bdd43ba21baba745 (diff)
downloadlibtqt-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/ChangeLog6
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 <[email protected]>
- * 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 <[email protected]>
@@ -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 <[email protected]>