diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:47:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:47:33 -0600 |
commit | e50a1bb5d556e240a2a9644703e3e77a9daebfaf (patch) | |
tree | c5665166c3f4fe5f08849d0840ab220f904a7f02 /ChangeLog | |
parent | 0c0abaf94f79cdce80a811d835101bd7b1dfcc46 (diff) | |
download | kpilot-e50a1bb5d556e240a2a9644703e3e77a9daebfaf.tar.gz kpilot-e50a1bb5d556e240a2a9644703e3e77a9daebfaf.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |