diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:03:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:03:12 -0600 |
commit | 06ab7fb3b7ec008a5fe3364a0430159900ff6553 (patch) | |
tree | a99409c8bc6983c5bd312ab3fd9a28f939ef6698 /src/filter.cpp | |
parent | 91be62536b7e8a0af132e6be63f67493d41da919 (diff) | |
download | basket-06ab7fb3b7ec008a5fe3364a0430159900ff6553.tar.gz basket-06ab7fb3b7ec008a5fe3364a0430159900ff6553.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/filter.cpp')
-rw-r--r-- | src/filter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter.cpp b/src/filter.cpp index e509454..1b97264 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -27,7 +27,7 @@ #include <kiconloader.h> #include <klocale.h> #include <kglobalsettings.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kiconloader.h> #include <tqpixmap.h> #include <tqimage.h> |