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 --- KDE2PORTING.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KDE2PORTING.html') diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 322efffb2..68ea6cb61 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -70,7 +70,7 @@ or this page online.

The first step to get your KDE application to compile under KDE 2.0, is to detect KDE 2.0 and Qt 2.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 @@ -910,7 +910,7 @@ Stefan Westerfeld stefan@space.twc.de

KImageIO (kimgio.h)

KImageIO has moved from 'kimgio.h' to 'kimageio.h'. LIB_KIMGIO does no longer -exists, you need to link against LIB_KSYCOCA instead. +exists, you need to link against LIB_TDESYCOCA instead.

kimgioRegister() has been replaced by KImageIO::registerFormats(). -- cgit v1.2.1