summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:47:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:47:33 -0600
commite50a1bb5d556e240a2a9644703e3e77a9daebfaf (patch)
treec5665166c3f4fe5f08849d0840ab220f904a7f02 /ChangeLog
parent0c0abaf94f79cdce80a811d835101bd7b1dfcc46 (diff)
downloadkpilot-e50a1bb5d556e240a2a9644703e3e77a9daebfaf.tar.gz
kpilot-e50a1bb5d556e240a2a9644703e3e77a9daebfaf.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f2b3739..66598e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1451,7 +1451,7 @@ KPilot Developer's notes for March 12th, 2003
2003-3-4 Adriaan de Groot
* Welcome back to David Mott, author of several patches already and
ready to dive into the code again for GJJs. Happy distraction, dude.
-* [vcal-conduitbase.cc] Checked against wrong KDE_VERSION. [BRANCH]
+* [vcal-conduitbase.cc] Checked against wrong TDE_VERSION. [BRANCH]
* Various merging from BRANCH to HEAD. Layout fixups here and there.
* Test mode in the vcal conduit by default uses local databases from
/tmp.
@@ -1775,7 +1775,7 @@ KPilot Developer's notes for January 17th, 2003
2003-1-10 Adriaan de Groot
* [kpilot/interactivesync.cc] Some strlcpy problems when compiling HEAD
(or BRANCH) KPilot on a KDE 3.0 system. Since we don't maintain branches,
- backwards compatibility in HEAD is essential. Added #if KDE_VERSION < 310.
+ backwards compatibility in HEAD is essential. Added #if TDE_VERSION < 310.
* [lib/kpilotlink.cc] Might have found the source of the KPilot-hangs-with-USB
problems. There's a note in the QSocketNotifier docs saying not to disable
read-notifiers. I did anyway, and it never caused problems before.