summaryrefslogtreecommitdiffstats
path: root/knights
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:06:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:06:17 -0600
commit6b869db09c92b749de56236f373ccb2136eee302 (patch)
tree1701f191219fb9505bf4aa5b5afd55b131435ce6 /knights
parent2ddda3c8a1178cdab64182e4bc0948540f749510 (diff)
downloadknights-6b869db09c92b749de56236f373ccb2136eee302.tar.gz
knights-6b869db09c92b749de56236f373ccb2136eee302.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'knights')
-rw-r--r--knights/knights.h4
-rw-r--r--knights/main.cpp4
-rw-r--r--knights/resource.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/knights/knights.h b/knights/knights.h
index 489c4d4..4eb9989 100644
--- a/knights/knights.h
+++ b/knights/knights.h
@@ -26,9 +26,9 @@
#include <kapp.h>
#include <tdemainwindow.h>
#include <khelpmenu.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kstatusbar.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
/* QT */
#include <tqlayout.h>
#include <tqwidget.h>
diff --git a/knights/main.cpp b/knights/main.cpp
index e0ece27..5235fcc 100644
--- a/knights/main.cpp
+++ b/knights/main.cpp
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include "knights.h"
diff --git a/knights/resource.h b/knights/resource.h
index 3355f78..2876af7 100644
--- a/knights/resource.h
+++ b/knights/resource.h
@@ -28,7 +28,7 @@
#include <klocale.h>
#include <kcursor.h>
#include <tdelistview.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
/* TQt */
#include <tqstylesheet.h>
#include <tqvaluelist.h>