diff options
Diffstat (limited to 'cervisia/ChangeLog')
-rw-r--r-- | cervisia/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cervisia/ChangeLog b/cervisia/ChangeLog index 13984ed9..eaa88397 100644 --- a/cervisia/ChangeLog +++ b/cervisia/ChangeLog @@ -605,7 +605,7 @@ * Use DCOP stubs to access the methods of the cvs DCOP service * Added new method update() and checkout() to DCOP service - * Use KProcess::operator<< instead of QString::operator+= to + * Use TDEProcess::operator<< instead of QString::operator+= to build the command line * Make CVS_SERVER configurable in DCOP service (GUI is missing) @@ -1054,7 +1054,7 @@ * Layout fix in Add Watch dialog * Use bigger font in ChangeLog dialog, use - KGlobalSettings::fixedFont() for KDE2 + TDEGlobalSettings::fixedFont() for KDE2 2001-01-28 Bernd Gehrmann <bernd@physik.hu-berlin.de> @@ -1117,7 +1117,7 @@ * Always use /bin/sh as shell * When the progress dialog is canceled, kill the underlying process instead of destroying the - KProcess object. This avoids a (superfluous) warning + TDEProcess object. This avoids a (superfluous) warning from KProcCtrl * Removed Ok button from the dialog. Patch by Guillaume Laurent <glaurent@telegraph-road.org> |