diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:10:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:10:43 -0600 |
commit | 0fde6f4f75a47dd290b9168c1984eec10afd1c84 (patch) | |
tree | a838e0c7eda69a6401be424977e28b3e768b6ce7 /src/main.cpp | |
parent | c4c844b9b5c36e53cdb118102f95784cc79e9df2 (diff) | |
download | soundkonverter-0fde6f4f75a47dd290b9168c1984eec10afd1c84.tar.gz soundkonverter-0fde6f4f75a47dd290b9168c1984eec10afd1c84.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index c1223cf..8beedaa 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,8 +4,8 @@ #include "tplugins.h" -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> static const char description[] = |