diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:11:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:11:07 -0600 |
commit | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (patch) | |
tree | b47903cce60f86a6c3d8ef59db7f57be2ea55b64 /src/translators/filelistingimporter.cpp | |
parent | 1a3870bbdfc9878e8f43f16668f8a939783aee71 (diff) | |
download | tellico-2b2b805df5f62a0bc900253dd3e774f2e2ad31e3.tar.gz tellico-2b2b805df5f62a0bc900253dd3e774f2e2ad31e3.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/translators/filelistingimporter.cpp')
-rw-r--r-- | src/translators/filelistingimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/filelistingimporter.cpp b/src/translators/filelistingimporter.cpp index 85039e1..a6d237c 100644 --- a/src/translators/filelistingimporter.cpp +++ b/src/translators/filelistingimporter.cpp @@ -23,7 +23,7 @@ #include "../core/netaccess.h" #include "../tellico_debug.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <kmountpoint.h> #include <tdeio/job.h> #include <tdeio/netaccess.h> |