diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:10:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:10:55 -0600 |
commit | 6bf8833f24cb88255436661c08630547fce9eccb (patch) | |
tree | 7062104af37031d7efb050afd1b47c6e26436e0e | |
parent | 9fb3d99c8f5d1f87a242e275184e009425fee99a (diff) | |
download | tdesudo-6bf8833f24cb88255436661c08630547fce9eccb.tar.gz tdesudo-6bf8833f24cb88255436661c08630547fce9eccb.zip |
Rename common header files for consistency with class renaming
-rw-r--r-- | tdesudo/main.cpp | 4 | ||||
-rw-r--r-- | tdesudo/tdesudo.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp index a736e7e..5f16dd9 100644 --- a/tdesudo/main.cpp +++ b/tdesudo/main.cpp @@ -21,8 +21,8 @@ #include <cstdlib> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "tdesudo.h" diff --git a/tdesudo/tdesudo.cpp b/tdesudo/tdesudo.cpp index 65e56fa..281c17e 100644 --- a/tdesudo/tdesudo.cpp +++ b/tdesudo/tdesudo.cpp @@ -26,7 +26,7 @@ #include <tqdatastream.h> #include <tqstring.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <kmessagebox.h> #include <kpushbutton.h> |