diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:35 -0600 |
commit | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (patch) | |
tree | 63264ce0ff5cd7083b47f4d6dc1a5dbde8c2cceb /kommander/executor | |
parent | 93654a4f980a527e6f27196e6ce57220fd382733 (diff) | |
download | tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.tar.gz tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kommander/executor')
-rw-r--r-- | kommander/executor/instance.cpp | 2 | ||||
-rw-r--r-- | kommander/executor/main.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kommander/executor/instance.cpp b/kommander/executor/instance.cpp index 47032e99..fbf275a1 100644 --- a/kommander/executor/instance.cpp +++ b/kommander/executor/instance.cpp @@ -17,7 +17,7 @@ ***************************************************************************/ /* KDE INCLUDES */ -#include <kapplication.h> +#include <tdeapplication.h> #include <kglobal.h> #include <klocale.h> #include <kmessagebox.h> diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp index 7dc1758a..12f2ab01 100644 --- a/kommander/executor/main.cpp +++ b/kommander/executor/main.cpp @@ -16,9 +16,9 @@ ***************************************************************************/ /* KDE INCLUDES */ -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <klocale.h> #include <kurl.h> |