diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:22:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:22:10 -0600 |
commit | 3e4d718796cddcc798d9f737037ef4bad540a0af (patch) | |
tree | 69d0aaad3f8f46c1dbb4939b7fcda8e7de12c481 /kppp/ChangeLog | |
parent | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (diff) | |
download | tdenetwork-3e4d718796cddcc798d9f737037ef4bad540a0af.tar.gz tdenetwork-3e4d718796cddcc798d9f737037ef4bad540a0af.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kppp/ChangeLog')
-rw-r--r-- | kppp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/ChangeLog b/kppp/ChangeLog index e3657e16..8aea4f64 100644 --- a/kppp/ChangeLog +++ b/kppp/ChangeLog @@ -124,7 +124,7 @@ * don't ignore SIGHUP anymore. Forbidding Ctrl-Z is crazy. * a bit more respect for Session Managment by adding handlers - for KApplication::saveYourSelf() and shutDown(). A user + for TDEApplication::saveYourSelf() and shutDown(). A user had reported corrupted config data. * made 'Log' a toggle button to represent debug window state @@ -1182,7 +1182,7 @@ * replaced klocale->translate() with i18n() and every reference to XPPP with KPPP * utilize �kapp� (defined in kapp.h) instead of the global �extern - KApplication *app� + TDEApplication *app� (Sorry about the large amount of changes, but I couldn�t resist to clean up the code) @@ -1344,7 +1344,7 @@ Wed Mar 18 01:13:50 1998 Harri Porten <[email protected]> Mon Mar 16 03:37:04 1998 Bernd Johannes Wuebben <[email protected]> - * command line options need to be parse after creating a KApplications + * command line options need to be parse after creating a TDEApplications due to some changes by Matthias in kapp I think. 1998-03-15 Mario Weilguni <[email protected]> |