diff --git a/CMakeLists.txt b/CMakeLists.txt index 569129be7..5837d0f0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -412,7 +412,7 @@ if( WITH_SUDO_KDESU_BACKEND ) if( __PATH_SUDO ) set( DEFAULT_SUPER_USER_COMMAND ${__PATH_SUDO} ) else( __PATH_SUDO ) - message( FATAL_ERROR "sudo was chosen as kdesu backend, but was not found in path." ) + message( FATAL_ERROR "sudo was chosen as tdesu backend, but was not found in path." ) endif( __PATH_SUDO ) endif( WITH_SUDO_KDESU_BACKEND ) @@ -740,7 +740,7 @@ endif( WITH_HSPELL ) configure_file( config.h.cmake config.h ) configure_file( dcop/dcop-path.h.cmake dcop/dcop-path.h ) -configure_file( kdecore/kdemacros.h.cmake kdecore/kdemacros.h ) +configure_file( tdecore/kdemacros.h.cmake tdecore/kdemacros.h ) configure_file( kjs/global.h.in kjs/global.h ) configure_file( kio/kssl/ksslconfig.h.cmake kio/kssl/ksslconfig.h ) configure_file( kdoctools/checkXML.cmake kdoctools/checkXML ) @@ -751,7 +751,7 @@ configure_file( kdoctools/checkXML.cmake kdoctools/checkXML ) set( KDE3_DCOPIDL_EXECUTABLE ${CMAKE_BINARY_DIR}/dcop/dcopidl/dcopidl ) set( KDE3_DCOPIDL2CPP_EXECUTABLE ${CMAKE_BINARY_DIR}/dcop/dcopidl2cpp/dcopidl2cpp ) set( KDE3_MEINPROC_EXECUTABLE ${CMAKE_BINARY_DIR}/kdoctools/meinproc ) -set( KDE3_KCFGC_EXECUTABLE ${CMAKE_BINARY_DIR}/kdecore/kconfig_compiler/kconfig_compiler ) +set( KDE3_KCFGC_EXECUTABLE ${CMAKE_BINARY_DIR}/tdecore/kconfig_compiler/kconfig_compiler ) ##### global compiler settings ################## @@ -777,11 +777,11 @@ install( FILES add_subdirectory( dcop ) add_subdirectory( libltdl ) add_subdirectory( kglib ) -add_subdirectory( kdefx ) -add_subdirectory( kdecore ) +add_subdirectory( tdefx ) +add_subdirectory( tdecore ) add_subdirectory( kunittest ) -add_subdirectory( kdeui ) -add_subdirectory( kdesu ) +add_subdirectory( tdeui ) +add_subdirectory( tdesu ) add_subdirectory( kjs ) add_subdirectory( kwallet ) add_subdirectory( kio ) @@ -797,7 +797,7 @@ add_subdirectory( kutils ) add_subdirectory( kspell2 ) add_subdirectory( kmdi ) add_subdirectory( kinit ) -add_subdirectory( kdeprint ) +add_subdirectory( tdeprint ) add_subdirectory( kab ) add_subdirectory( kresources ) add_subdirectory( kabc ) diff --git a/COMPILING b/COMPILING index c40f507bc..d572b2b6d 100644 --- a/COMPILING +++ b/COMPILING @@ -102,11 +102,11 @@ Makefile.am but not a Makefile. If you try to compile such a directory you will get an error like: Making all in management - make[3]: Entering directory /home/gregturp/KDE/kdelibs/kdeprint/management' + make[3]: Entering directory /home/gregturp/KDE/kdelibs/tdeprint/management' make[3]: *** No rule to make target all'. Stop. - make[3]: Leaving directory /home/gregturp/KDE/kdelibs/kdeprint/management' + make[3]: Leaving directory /home/gregturp/KDE/kdelibs/tdeprint/management' make[2]: *** [all-recursive] Error 1 - make[2]: Leaving directory /home/gregturp/KDE/kdelibs/kdeprint' + make[2]: Leaving directory /home/gregturp/KDE/kdelibs/tdeprint' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/gregturp/KDE/kdelibs' make: *** [all-recursive-am] Error 2 diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 111d2c45f..da4cd7312 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -30,7 +30,7 @@ or this page online.

  • Starting other programs
  • khtmlw
  • KIntegerLine, KIntLineEdit
  • -
  • KDNDIcon, KDNDDropZone, KDNDWidget, kdecore/drag.h
  • +
  • KDNDIcon, KDNDDropZone, KDNDWidget, tdecore/drag.h
  • KConfigBase, KConfig, KSimpleConfig
  • libkfm
  • KDialog
  • @@ -175,7 +175,7 @@ or this page online.

    certain option was specified on the command line and your application now automatically supports --help and --version. It aborts with a useful error message when the command line contains a syntax error. - See kdelibs/kdecore/kcmdlineargs.h for more info.

    + See kdelibs/tdecore/kcmdlineargs.h for more info.

    Return to the Table of Contents

    @@ -285,7 +285,7 @@ The old aboutKDE(), aboutApp() and appHelpActivated() of KApplication have all been removed. If you need direct access to these or need access to a help menu in a class that is not derived from KMainWindow then allocate an instance of the new class KHelpMenu. -See KDE 2.0 API reference or khelpmenu.h (kdeui) for additional info.

    +See KDE 2.0 API reference or khelpmenu.h (tdeui) for additional info.

    Espen Sand <espen@kde.org>

    Return to the Table of Contents

    @@ -430,7 +430,7 @@ khtmlw has been replaced with khtml.

    Return to the Table of Contents

    -

    KDNDIcon, KDNDDropZone, KDNDWidget, kdecore/drag.h

    +

    KDNDIcon, KDNDDropZone, KDNDWidget, tdecore/drag.h

    KDE Drag and Drop is Dead. Long live Qt Xdnd.

    @@ -481,7 +481,7 @@ are necessary to convert your old KDND-based stuff to Qt DND.

    Much more extensive documentation on the KConfig and friends API can be found in the kdoc generated documentation from the header files, - and in kdecore/KCONFIG_DESIGN.

    + and in tdecore/KCONFIG_DESIGN.

    To use the new iterator, you will probably want to do something like this:

    @@ -515,7 +515,7 @@ are necessary to convert your old KDND-based stuff to Qt DND.

    KFM::exec -> "(void) new KRun (url)" (kdelibs/kio/krun.h) KFM::copy, KFM::move -> KIO::Job (async, see kio/job.h)
    or KIO::NetAccess (sync, see kio/netaccess.h) -DlgLocation -> Use KLineEditDlg (kdeui/klineeditdlg.h) instead +DlgLocation -> Use KLineEditDlg (tdeui/klineeditdlg.h) instead

    Return to the Table of Contents

    diff --git a/KDE3PORTING.html b/KDE3PORTING.html index c86394543..7ef397c0b 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -17,8 +17,8 @@ or this page online.