diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /KDE2PORTING.html | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'KDE2PORTING.html')
-rw-r--r-- | KDE2PORTING.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 322efffb2..68ea6cb61 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -70,7 +70,7 @@ or <a href="http://doc.trolltech.com/porting.html">this page online</a>.<P> 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 - <a href="http://www.tdevelop.org">KDevelop</a> or + <a href="http://www.kdevelop.org">KDevelop</a> or <a href="http://home.earthlink.net/~granroth/kapptemplate/index.html">kapptemplate</a> (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 <A HREF="mailto:stefan@space.twc.de">stefan@space.twc.de</A> <H3><A NAME="KImageIO">KImageIO (kimgio.h)</A></H3> <p> 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. </p> <p> kimgioRegister() has been replaced by KImageIO::registerFormats(). |