diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:03:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:03:52 -0600 |
commit | 804a7e2aae915c4dd7b914b1f7e1d7fad8179e64 (patch) | |
tree | da9b199344e01471db8c2689b482bdbfeddbbdf8 /src/gvcore/thumbnailloadjob.cpp | |
parent | d5b746f16807666f51f3d1ea6dee40dcdc5a6f3d (diff) | |
download | gwenview-804a7e2aae915c4dd7b914b1f7e1d7fad8179e64.tar.gz gwenview-804a7e2aae915c4dd7b914b1f7e1d7fad8179e64.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/gvcore/thumbnailloadjob.cpp')
-rw-r--r-- | src/gvcore/thumbnailloadjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/thumbnailloadjob.cpp b/src/gvcore/thumbnailloadjob.cpp index 79acd44..a651292 100644 --- a/src/gvcore/thumbnailloadjob.cpp +++ b/src/gvcore/thumbnailloadjob.cpp @@ -37,7 +37,7 @@ #include <tqtimer.h> // KDE -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <tdefileitem.h> #include <kiconloader.h> |