summaryrefslogtreecommitdiffstats
path: root/KDE3PORTING.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /KDE3PORTING.html
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'KDE3PORTING.html')
-rw-r--r--KDE3PORTING.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/KDE3PORTING.html b/KDE3PORTING.html
index 7ef397c0b..e5849d74c 100644
--- a/KDE3PORTING.html
+++ b/KDE3PORTING.html
@@ -33,9 +33,9 @@ or <a href="http://doc.trolltech.com/3.0/porting.html">this page online</a>.<P>
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
- <a href="http://www.kdevelop.org">KDevelop</a> or
+ <a href="http://www.tdevelop.org">KDevelop</a> or
<a href="http://home.earthlink.net/~granroth/kapptemplate/index.html">kapptemplate</a>
- (available in CVS under the module "kdesdk"), to generate a new
+ (available in CVS under the module "tdesdk"), to generate a new
application template. Replace the generated source files by yours
and adapt Makefile.am accordingly.
<p>
@@ -253,7 +253,7 @@ hardware accelerated alpha blending.
<H4>KAnimWidget</H4>
This class no longer supports reading a list of images, instead it uses a
single image-file that has been prepared with the kimage_concat tool.
-See kdelibs/pics/hicolor/kde for an example of its use.
+See tdelibs/pics/hicolor/kde for an example of its use.
<H4>KContainerLayout</H4>
This class has been removed, use Qt layouts instead.
@@ -471,7 +471,7 @@ setURLArgs does the job.
<H3><A NAME="kspell">Changes in kspell</A></H3>
<H4>KSpell</H4>
-The API has been cleaned up to be in line with the rest of kdelibs, in particular:
+The API has been cleaned up to be in line with the rest of tdelibs, in particular:
<ul>
<li>suggestions() now returns a TQStringList instead of a pointer to a QStringList
<li>intermediateBuffer() now returns a TQString instead of a pointer to a QString