diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:43 -0600 |
commit | ab45f5cce6817a5e2507c952288c18760553fe0a (patch) | |
tree | 8c6cd0dc369766000828c33511566e9586a20715 /src/gvcore/filethumbnailview.cpp | |
parent | 804a7e2aae915c4dd7b914b1f7e1d7fad8179e64 (diff) | |
download | gwenview-ab45f5cce6817a5e2507c952288c18760553fe0a.tar.gz gwenview-ab45f5cce6817a5e2507c952288c18760553fe0a.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/gvcore/filethumbnailview.cpp')
-rw-r--r-- | src/gvcore/filethumbnailview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/filethumbnailview.cpp b/src/gvcore/filethumbnailview.cpp index 654de68..5e9601c 100644 --- a/src/gvcore/filethumbnailview.cpp +++ b/src/gvcore/filethumbnailview.cpp @@ -33,9 +33,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <kprogress.h> #include <kstandarddirs.h> #include <kurldrag.h> |