diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
commit | 6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch) | |
tree | e657438162c502c69864af727434ad5f4498838e /noatun-plugins/nexscope | |
parent | cd8d59cad8377855c7bf746436518dca8eb7ce45 (diff) | |
download | tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'noatun-plugins/nexscope')
-rw-r--r-- | noatun-plugins/nexscope/nex.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/nexscope/nex.cpp b/noatun-plugins/nexscope/nex.cpp index b7208b5..d1cddc6 100644 --- a/noatun-plugins/nexscope/nex.cpp +++ b/noatun-plugins/nexscope/nex.cpp @@ -3,9 +3,9 @@ #include <unistd.h> -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <tqlayout.h> |