summaryrefslogtreecommitdiffstats
path: root/knotes/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /knotes/ChangeLog
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'knotes/ChangeLog')
-rw-r--r--knotes/ChangeLog16
1 files changed, 8 insertions, 8 deletions
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 <brade@kde.org>
- * 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 <brade@kde.org>
@@ -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 <brade@kde.org>
@@ -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 <mueller@kde.org>
@@ -810,7 +810,7 @@ ChangeLog for KNotes
2000/05/30 Wynn Wilkes <wynnw@calderasystems.com>
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