diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 322efffb2..68ea6cb61 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -70,7 +70,7 @@ or this page online.

The first step to get your KDE application to compile under KDE 2.0, is to detect KDE 2.0 and Qt 2.x at configure time. The easiest way to get a working autoconf/automake framework, is to either use - KDevelop or + KDevelop or kapptemplate (available in CVS under the module "tdesdk"), to generate a new application template. Replace the generated source files by yours @@ -910,7 +910,7 @@ Stefan Westerfeld stefan@space.twc.de

KImageIO (kimgio.h)

KImageIO has moved from 'kimgio.h' to 'kimageio.h'. LIB_KIMGIO does no longer -exists, you need to link against LIB_KSYCOCA instead. +exists, you need to link against LIB_TDESYCOCA instead.

kimgioRegister() has been replaced by KImageIO::registerFormats(). diff --git a/KDE3PORTING.html b/KDE3PORTING.html index 74f71978a..5168d25c1 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -19,7 +19,7 @@ or this page online.

  • Changes in kab
  • Changes in tdecore
  • Changes in tdeui
  • -
  • Changes in kio
  • +
  • Changes in tdeio
  • Changes in tdeparts
  • Changes in tdespell
  • API-cleanup in TDEHTML
  • @@ -33,7 +33,7 @@ or this page online.

    The first step to get your KDE application to compile under KDE 3.0, is to detect KDE 3.0 and Qt 3.x at configure time. The easiest way to get a working autoconf/automake framework, is to either use - KDevelop or + KDevelop or kapptemplate (available in CVS under the module "tdesdk"), to generate a new application template. Replace the generated source files by yours @@ -214,7 +214,7 @@ The preferred means of defining a shortcut, however, is to use TDEAction.

    TDEIconLoader, TDEIconTheme

    Methods now use TDEIcon::Group and TDEIcon::Context instead of int as types for group and context arguments. The change should affect only code using hardcoded numeric values instead of using the proper enum constants. -This applies to classes TDEIconLoader, TDEIconTheme and (in kio and tdefile) KMimeType, KService, TDEIconDialog, TDEIconButton, +This applies to classes TDEIconLoader, TDEIconTheme and (in tdeio and tdefile) KMimeType, KService, TDEIconDialog, TDEIconButton, KURLBar and KURLBarItem.

    Return to the Table of Contents

    @@ -345,7 +345,7 @@ TQString&) is not a slot anymore.

    Return to the Table of Contents

    -

    Changes in kio

    +

    Changes in tdeio

    KPropertiesDialog