summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:10:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:10:55 -0600
commit6bf8833f24cb88255436661c08630547fce9eccb (patch)
tree7062104af37031d7efb050afd1b47c6e26436e0e
parent9fb3d99c8f5d1f87a242e275184e009425fee99a (diff)
downloadtdesudo-6bf8833f.tar.gz
tdesudo-6bf8833f.zip
Rename common header files for consistency with class renaming
-rw-r--r--tdesudo/main.cpp4
-rw-r--r--tdesudo/tdesudo.cpp2
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>