diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 22:00:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 22:00:37 -0600 |
commit | 279764bab1514a051db18e14241e9bae62be14d6 (patch) | |
tree | c587a443a0a228897e395535e2791dbde757bb3d /quanta/parts/preview/whtmlpart.cpp | |
parent | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (diff) | |
download | tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.tar.gz tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'quanta/parts/preview/whtmlpart.cpp')
-rw-r--r-- | quanta/parts/preview/whtmlpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/parts/preview/whtmlpart.cpp b/quanta/parts/preview/whtmlpart.cpp index 66edea90..86de0b2d 100644 --- a/quanta/parts/preview/whtmlpart.cpp +++ b/quanta/parts/preview/whtmlpart.cpp @@ -25,9 +25,9 @@ #include <tdeversion.h> #include <tdehtml_settings.h> #include <tdehtmlview.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdepopupmenu.h> -#include <ktempfile.h> +#include <tdetempfile.h> //app includes #include "whtmlpart.h" |