diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
commit | 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch) | |
tree | 9ab57608e370cc0051bebd305a72c79b5fe15076 /tdeioslave/system | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tdeioslave/system')
-rw-r--r-- | tdeioslave/system/tdeio_system.cpp | 4 | ||||
-rw-r--r-- | tdeioslave/system/testsystem.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/system/tdeio_system.cpp b/tdeioslave/system/tdeio_system.cpp index 30cacecad..9f2d556ab 100644 --- a/tdeioslave/system/tdeio_system.cpp +++ b/tdeioslave/system/tdeio_system.cpp @@ -21,8 +21,8 @@ #include <kdebug.h> #include <klocale.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <dcopclient.h> #include <tqeventloop.h> diff --git a/tdeioslave/system/testsystem.cpp b/tdeioslave/system/testsystem.cpp index 9310a49b4..8a02f4fc9 100644 --- a/tdeioslave/system/testsystem.cpp +++ b/tdeioslave/system/testsystem.cpp @@ -22,9 +22,9 @@ #include <config.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <stdlib.h> |