diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:49:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:49:56 -0600 |
commit | e6aaa3624cc6179b82a9bfff1760e742a669064c (patch) | |
tree | 3fed4deb0540d34f85dfb53b02bea7519e66cc6f /cervisia/ChangeLog | |
parent | 4071ae43ea213cd0f7d5c344c939ebd97d097051 (diff) | |
download | tdesdk-e6aaa3624cc6179b82a9bfff1760e742a669064c.tar.gz tdesdk-e6aaa3624cc6179b82a9bfff1760e742a669064c.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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 <[email protected]> @@ -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 <[email protected]> |