From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- KDE3PORTING.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'KDE3PORTING.html') diff --git a/KDE3PORTING.html b/KDE3PORTING.html index aa16c489a..645bd7612 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -20,9 +20,9 @@ or this page online.

  • Changes in tdecore
  • Changes in tdeui
  • Changes in kio
  • -
  • Changes in kparts
  • -
  • Changes in kspell
  • -
  • API-cleanup in KHTML
  • +
  • Changes in tdeparts
  • +
  • Changes in tdespell
  • +
  • API-cleanup in KHTML
  • Changes in kfile
  • TDE Control Center
  • Panel Applets and Extensions
  • @@ -416,7 +416,7 @@ TQString&) is not a slot anymore.

    KOpenWithHandler / KFileOpenWithHandler

    Those two classes are deprecated, no need to create a KFileOpenWithHandler anymore. -The merging of libkio, libksycoca, libkfile and libkssl into a single libkio has +The merging of libkio, libtdesycoca, libkfile and libkssl into a single libkio has allowed to fix this dependency problem: KRun can now use the OpenWith dialog directly.

    KMimeType, KService

    @@ -440,7 +440,7 @@ The createFilterDevice method is deprecated. Use deviceForFile instead.

    Return to the Table of Contents

    -

    Changes in kparts

    +

    Changes in tdeparts

    KParts::Factory

    The createPart method is no more virtual and the createPartObject method @@ -468,7 +468,7 @@ setURLArgs does the job.

    Return to the Table of Contents

    -

    Changes in kspell

    +

    Changes in tdespell

    KSpell

    The API has been cleaned up to be in line with the rest of tdelibs, in particular: @@ -495,7 +495,7 @@ The API has been cleaned up to be in line with the rest of tdelibs, in particula

    Return to the Table of Contents

    -

    API-cleanups in KHTML

    +

    API-cleanups in KHTML

    There were a few relatively minor API-adjustements in KHTMLPart. In particular: