summaryrefslogtreecommitdiffstats
path: root/KDE2PORTING.html
diff options
context:
space:
mode:
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>