From 0ae5679aa160245af248836e1d7743aeff63f2e1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:13 -0600 Subject: Additional kde to tde renaming --- KDE2PORTING.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'KDE2PORTING.html') 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

    -- cgit v1.2.1