From c6cb3f27942501d24b0ded69c90ebbf7c43c755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:30 +0200 Subject: Additional k => tde renaming and fixes --- KDE3PORTING.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'KDE3PORTING.html') 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