diff --git a/CMakeLists.txt b/CMakeLists.txt index f20b54c41..7a1f952dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -932,11 +932,11 @@ add_subdirectory( tdecore ) if( WITH_ELFICON ) add_subdirectory( tdelfeditor ) endif( WITH_ELFICON ) -add_subdirectory( kunittest ) +add_subdirectory( tdeunittest ) add_subdirectory( tdeui ) add_subdirectory( tdesu ) add_subdirectory( kjs ) -add_subdirectory( kwallet ) +add_subdirectory( tdewallet ) add_subdirectory( kio ) add_subdirectory( kded ) @@ -945,34 +945,34 @@ add_subdirectory( kded ) add_subdirectory( kdoctools ) add_subdirectory( doc ) -add_subdirectory( kparts ) -add_subdirectory( kutils ) -add_subdirectory( kspell2 ) -add_subdirectory( kmdi ) +add_subdirectory( tdeparts ) +add_subdirectory( tdeutils ) +add_subdirectory( tdespell2 ) +add_subdirectory( tdemdi ) add_subdirectory( kinit ) add_subdirectory( tdeprint ) add_subdirectory( kab ) -add_subdirectory( kresources ) +add_subdirectory( tderesources ) add_subdirectory( kabc ) add_subdirectory( arts ) add_subdirectory( interfaces ) add_subdirectory( kate ) -add_subdirectory( kcert ) +add_subdirectory( tdecert ) if( XRANDR_FOUND ) - add_subdirectory( krandr ) + add_subdirectory( tderandr ) endif( XRANDR_FOUND ) -add_subdirectory( khtml ) +add_subdirectory( tdehtml ) add_subdirectory( kcmshell ) add_subdirectory( kconf_update ) add_subdirectory( kdewidgets ) add_subdirectory( kimgio ) add_subdirectory( kioslave ) add_subdirectory( kstyles ) -add_subdirectory( libkmid ) -add_subdirectory( libkscreensaver ) +add_subdirectory( libtdemid ) +add_subdirectory( libtdescreensaver ) add_subdirectory( networkstatus ) add_subdirectory( knewstuff ) -add_subdirectory( krsync ) +add_subdirectory( tdersync ) add_subdirectory( licenses ) add_subdirectory( dnssd ) add_subdirectory( pics ) diff --git a/KDE2PORTING.html b/KDE2PORTING.html index f23a2443b..c373e83f5 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -28,7 +28,7 @@ or this page online.

  • KHelpMenu
  • KToolBar
  • Starting other programs
  • -
  • khtmlw
  • +
  • tdehtmlw
  • KIntegerLine, KIntLineEdit
  • KDNDIcon, KDNDDropZone, KDNDWidget, tdecore/drag.h
  • TDEConfigBase, TDEConfig, KSimpleConfig
  • @@ -347,9 +347,9 @@ This makes KRun the recommended way to run another program in KDE 2.

    Return to the Table of Contents

    -

    khtmlw

    +

    tdehtmlw

    -khtmlw has been replaced with khtml.
    +tdehtmlw has been replaced with tdehtml.

    Return to the Table of Contents

    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: