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/entryview.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/entryview.cpp')
-rw-r--r-- | src/entryview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryview.cpp b/src/entryview.cpp index dc61681..37015d3 100644 --- a/src/entryview.cpp +++ b/src/entryview.cpp @@ -32,7 +32,7 @@ #include <kmessagebox.h> #include <tdehtmlview.h> #include <dom/dom_element.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <ktempfile.h> #include <klocale.h> |