diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:08 -0600 |
commit | ef5399ae5a952065c7a0679d4a875d154c972945 (patch) | |
tree | fcb55d81ad3cadbd3005f3d91bd92a49570a0905 /src/profileengine/editor | |
parent | 56af19378809499e458b6cba44b6988077268773 (diff) | |
download | tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/profileengine/editor')
-rw-r--r-- | src/profileengine/editor/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp index c004b421..4111961b 100644 --- a/src/profileengine/editor/main.cpp +++ b/src/profileengine/editor/main.cpp @@ -17,9 +17,9 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include "profileeditor.h" |