diff options
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]> |