diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:28 -0600 |
commit | 6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch) | |
tree | e657438162c502c69864af727434ad5f4498838e /konq-plugins/kimgalleryplugin | |
parent | cd8d59cad8377855c7bf746436518dca8eb7ce45 (diff) | |
download | tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'konq-plugins/kimgalleryplugin')
-rw-r--r-- | konq-plugins/kimgalleryplugin/imgalleryplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp b/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp index 34eeca6..a3e7795 100644 --- a/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp +++ b/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp @@ -35,7 +35,7 @@ Boston, MA 02110-1301, USA. #include <kcharsets.h> #include <kmessagebox.h> #include <kurl.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kimageio.h> #include <kdebug.h> #include <kgenericfactory.h> |