diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:17:45 -0600 |
commit | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (patch) | |
tree | c12900de8906070044b2f2c068e4653113d98723 /juk/tagguessertest.cpp | |
parent | df14b2948f55e2fccacbe4ae765463a57da35e2b (diff) | |
download | tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.tar.gz tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'juk/tagguessertest.cpp')
-rw-r--r-- | juk/tagguessertest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/tagguessertest.cpp b/juk/tagguessertest.cpp index 0a7c09bb..a6a01ce1 100644 --- a/juk/tagguessertest.cpp +++ b/juk/tagguessertest.cpp @@ -22,9 +22,9 @@ // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "tagguesser.h" -#include <kaboutdata.h> -#include <kcmdlineargs.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeapplication.h> #include <tqdir.h> #include <iostream> |