diff options
author | Slávek Banko <[email protected]> | 2013-07-02 19:41:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-02 19:41:37 +0200 |
commit | 39500a10a6c3a1403a55c282b0a453bd663d4c56 (patch) | |
tree | ebda49ec4e698b7d47ac6c00ed2689a64c52aeb2 /ChangeLog | |
parent | 979e7a713aabb63ffbe53b6a42a90e87bf4d1969 (diff) | |
download | kbiff-39500a10a6c3a1403a55c282b0a453bd663d4c56.tar.gz kbiff-39500a10a6c3a1403a55c282b0a453bd663d4c56.zip |
Initial TDE conversion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ 10-05-08 - Kurt Granroth (3.9) - o Converted KBiff into a full-fledged kdeinit module compatible + o Converted KBiff into a full-fledged tdeinit module compatible with the latest KDE 3.5 (previous support was outdated) o Yet more tweaks to compile under the gcc 4.x running target without warnings @@ -144,7 +144,7 @@ 05-25-01 - Kurt Granroth o Use KRun::runCommand to start programs instead of the homegrown - code using KProcess + code using TDEProcess 05-25-01 - Balaji Ramani o Fixed sizing of status window. @@ -153,7 +153,7 @@ o If the state is already New in the POP3 code, just emit the currentState signal (no more dialog box for each new mail). Thanks to Steve Evans <[email protected]> for the heads up. - o Make kbiff a kdeinit module (should save some memory). Thanks to + o Make kbiff a tdeinit module (should save some memory). Thanks to Lubos Lunak <[email protected]> for the patch! o Added "hicolor" 16x16 icon since locolor icons are no longer the default in KDE @@ -355,7 +355,7 @@ to fail even though there is code to get around that...(patched) 01-13-99 - Kurt Granroth - o Put KProcess handling code by itself so that all executing code passes + o Put TDEProcess handling code by itself so that all executing code passes through it. o Added profile name to tooltip |