From ed99a30644c19b0a3cf0d2147243532df4daa16b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 21:57:54 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- KDE2PORTING.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KDE2PORTING.html') 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.

-      #include <kglobal.h>
+      #include <tdeglobal.h>
       #include <tdeconfig.h>      // Needed to use TDEConfig
-      #include <klocale.h>      // Needed to use TDELocale
+      #include <tdelocale.h>      // Needed to use TDELocale
       #include <kiconloader.h>  // Needed to use TDEIconLoader
     
-- cgit v1.2.1