summaryrefslogtreecommitdiffstats
path: root/KDE2PORTING.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:54 -0600
commited99a30644c19b0a3cf0d2147243532df4daa16b (patch)
tree7f3f2850e59824fdf100a642367a82b1e7f0204f /KDE2PORTING.html
parente5f2d46e9caf6942f365f1b454087dda71a340f7 (diff)
downloadtdelibs-ed99a30644c19b0a3cf0d2147243532df4daa16b.tar.gz
tdelibs-ed99a30644c19b0a3cf0d2147243532df4daa16b.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'KDE2PORTING.html')
-rw-r--r--KDE2PORTING.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/KDE2PORTING.html b/KDE2PORTING.html
index b375854de..322efffb2 100644
--- a/KDE2PORTING.html
+++ b/KDE2PORTING.html
@@ -204,9 +204,9 @@ must have created a TDEApplication object before the methods can be used.<P>
<TR>
<TD COLSPAN="2">
<PRE>
- #include &lt;kglobal.h&gt;
+ #include &lt;tdeglobal.h&gt;
#include &lt;tdeconfig.h&gt; // Needed to use TDEConfig
- #include &lt;klocale.h&gt; // Needed to use TDELocale
+ #include &lt;tdelocale.h&gt; // Needed to use TDELocale
#include &lt;kiconloader.h&gt; // Needed to use TDEIconLoader
</PRE>
</TD>