diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:03:12 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:03:12 -0600 |
| commit | 06ab7fb3b7ec008a5fe3364a0430159900ff6553 (patch) | |
| tree | a99409c8bc6983c5bd312ab3fd9a28f939ef6698 /src/tag.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/tag.cpp')
| -rw-r--r-- | src/tag.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tag.cpp b/src/tag.cpp index 645b0da..1206cda 100644 --- a/src/tag.cpp +++ b/src/tag.cpp @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <kapplication.h> -#include <kstyle.h> +#include <tdeapplication.h> +#include <tdestyle.h> #include <kiconloader.h> #include <tqpainter.h> #include <tqfont.h> @@ -698,7 +698,7 @@ void Tag::createDefaultTagsSet(const TQString &fullPath) DEBUG_WIN << "<font color=red>FAILED to create the tags file</font>!"; } -#include <kapplication.h> +#include <tdeapplication.h> #include <tqrect.h> #include <tqstyle.h> #include <tqcheckbox.h> |
