From 59d153016be1e09cb31cdb18bef0a649acfc6292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:17:52 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- KDE3PORTING.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'KDE3PORTING.html') diff --git a/KDE3PORTING.html b/KDE3PORTING.html index d9a1f2a7a..b3fdff0d0 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -135,7 +135,7 @@ They have been replaced by TQCString and KMD5::Digest.
The API has been cleaned up, it is no longer necessary to call finalize(). Simply remove any calls to it. -

KLocale

+

TDELocale

  • charset() has been removed. You might want to use encoding() instead.
  • setCharset(const TQString &) has been removed. You might want to use setEncoding(int) instead. @@ -143,9 +143,9 @@ setEncoding(int) instead.
  • formatNumber(const TQString &) has been removed.
  • languages() has been removed. Use languageList() instead.
  • All references to monthName(), monthNamePossessive(), and weekDayName() -should be replaced with methods from KLocale::calendar(). +should be replaced with methods from TDELocale::calendar().
  • Hard coded date handling or date handling with TQDate should in most -cases be replaced by methods in KLocale::calendar(). +cases be replaced by methods in TDELocale::calendar().

    Accelerators Keys

    KAccel
    -- cgit v1.2.1