From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- knotes/ChangeLog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'knotes/ChangeLog') diff --git a/knotes/ChangeLog b/knotes/ChangeLog index b0d0c047..ef73afec 100644 --- a/knotes/ChangeLog +++ b/knotes/ChangeLog @@ -231,13 +231,13 @@ ChangeLog for KNotes * revert dependency on tdelibs-HEAD, we need KDE 3.2.x for the KDE PIM 3.3 release - * add a hack to work around inconsistency/limitation in KConfig XT: + * add a hack to work around inconsistency/limitation in TDEConfig XT: it is not possible to make one KCXT-generated class inherit another one due to CTOR-incompatibilites. The hack installs a CustomAddition and simply provides a copied&pasted CTOR from the generated code with adapted arguments (none, actually). * so now KNotesGlobalConfig inherits KNoteConfig and the global config - dialog needs only one KConfigSkeleton---the former one + dialog needs only one TDEConfigSkeleton---the former one * due to the last point it is now possible (and needed) to not simply copy the knotesrc for new notes but rather just copy part of KNotesGlobalConfig into the new KNoteConfig object. And boy, this makes creation of new notes @@ -266,7 +266,7 @@ ChangeLog for KNotes 2004/03/31 Michael Brade - * hmm, wasn't such a good idea to set a default desktop in KConfig XT - only + * hmm, wasn't such a good idea to set a default desktop in TDEConfig XT - only changes will actually be saved and thus every new note that is not moved to a different desktop after creation appeared on the desktop KNotes was started on. Fixed. @@ -340,8 +340,8 @@ ChangeLog for KNotes * adapt to new KWin: s/Always on Top/Keep Above Others/g and added Keep Below Others; furthermore use the corresponding new NET::State flags - * completely rewrote the config dialog, make it inherit KConfigDialog - * ported KNotes to KConfig XT, had to change the config file format: + * completely rewrote the config dialog, make it inherit TDEConfigDialog + * ported KNotes to TDEConfig XT, had to change the config file format: removed "state" entry and added "KeepAbove", "KeepBelow", "ShowInTaskbar" 2004/03/15 Michael Brade @@ -367,7 +367,7 @@ ChangeLog for KNotes name anyway. Dunno why I introduced the attachments at all in the first place... * KNotes is now "network-enabled" regarding config files: it now only uses - KIO::NetAccess for the file handling. + TDEIO::NetAccess for the file handling. 2004/03/09 Michael Brade @@ -732,7 +732,7 @@ ChangeLog for KNotes saved on a session shutdown. The patch fixes those and adds some workarounds for some weird behavior in the QMultiLineEdit widget which adds some phantom lines to your text now and then. It also reduces the memory usage by not - keeping a KConfig object open for each note all the time - it just creates + keeping a TDEConfig object open for each note all the time - it just creates them when saving new changes to the note settings." 2000/09/24 Dirk Müller @@ -810,7 +810,7 @@ ChangeLog for KNotes 2000/05/30 Wynn Wilkes KNotes rewrite: - - changed config file to use KConfig + - changed config file to use TDEConfig - use KTQt::DockWindow and KUniqueApplication - Changed structure to make smaller files -- cgit v1.2.3