diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:16:56 -0600 |
commit | b2de6514213d205907e8de3dd17f8eb80d868a4f (patch) | |
tree | c9c28a281edf1d36fb1f099c881cf6fe2ddd4422 /kooka/kookaview.cpp | |
parent | 45733bf02969d683d06440a615a6160d8d72dd42 (diff) | |
download | tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kooka/kookaview.cpp')
-rw-r--r-- | kooka/kookaview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kookaview.cpp b/kooka/kookaview.cpp index 23ebdb2d..21f670b9 100644 --- a/kooka/kookaview.cpp +++ b/kooka/kookaview.cpp @@ -57,7 +57,7 @@ #include <kurl.h> #include <krun.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstatusbar.h> #include <tdeconfig.h> #include <kdebug.h> |