diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:16:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:16:56 -0600 |
commit | b2de6514213d205907e8de3dd17f8eb80d868a4f (patch) | |
tree | c9c28a281edf1d36fb1f099c881cf6fe2ddd4422 /kghostview/kgv_view.cpp | |
parent | 45733bf02969d683d06440a615a6160d8d72dd42 (diff) | |
download | tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kghostview/kgv_view.cpp')
-rw-r--r-- | kghostview/kgv_view.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp index ff5162ca..79da9b2d 100644 --- a/kghostview/kgv_view.cpp +++ b/kghostview/kgv_view.cpp @@ -24,7 +24,7 @@ #include <tqregexp.h> #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kdirwatch.h> @@ -37,7 +37,7 @@ #include <tdestdaccel.h> #include <ktempfile.h> #include <tdeio/scheduler.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include "kgv_view.h" |