diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:18 -0600 |
commit | 127600d4f12c1787365edc471904f9732743c771 (patch) | |
tree | 4c777038220b063fd8c3f65600d46e5bd5af9d89 /kmag/kmagselrect.cpp | |
parent | f96a5d2fa5dd584667011b04f59941166e9399d4 (diff) | |
download | tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.tar.gz tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kmag/kmagselrect.cpp')
-rw-r--r-- | kmag/kmagselrect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/kmagselrect.cpp b/kmag/kmagselrect.cpp index 73caf5a..cde24d1 100644 --- a/kmag/kmagselrect.cpp +++ b/kmag/kmagselrect.cpp @@ -26,7 +26,7 @@ #include <tqpixmap.h> #include <tqbitmap.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> static uchar line_bits[] = {0x2d, 0x96, 0x4b, 0xa5, 0xd2, 0x69, 0xb4, 0x5a}; |