summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship')
-rw-r--r--kbattleship/kbattleship/kbaiplayer.cpp2
-rw-r--r--kbattleship/kbattleship/kbattleship.cpp2
-rw-r--r--kbattleship/kbattleship/kbattleship.h2
-rw-r--r--kbattleship/kbattleship/kbchooserstrategy.cpp2
-rw-r--r--kbattleship/kbattleship/kchatwidget.cpp2
-rw-r--r--kbattleship/kbattleship/kclientdialog.h2
-rw-r--r--kbattleship/kbattleship/main.cpp4
7 files changed, 8 insertions, 8 deletions
diff --git a/kbattleship/kbattleship/kbaiplayer.cpp b/kbattleship/kbattleship/kbaiplayer.cpp
index 0a30913a..e1ea7d75 100644
--- a/kbattleship/kbattleship/kbaiplayer.cpp
+++ b/kbattleship/kbattleship/kbaiplayer.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include "kbchooserstrategy.h"
diff --git a/kbattleship/kbattleship/kbattleship.cpp b/kbattleship/kbattleship/kbattleship.cpp
index 9a3c141a..f59e5a7a 100644
--- a/kbattleship/kbattleship/kbattleship.cpp
+++ b/kbattleship/kbattleship/kbattleship.cpp
@@ -25,7 +25,7 @@
#include <kstandarddirs.h>
#include <kstatusbar.h>
#include <kstdgameaction.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <kmessagebox.h>
#include <kuser.h>
diff --git a/kbattleship/kbattleship/kbattleship.h b/kbattleship/kbattleship/kbattleship.h
index a47dd72b..ed63623f 100644
--- a/kbattleship/kbattleship/kbattleship.h
+++ b/kbattleship/kbattleship/kbattleship.h
@@ -19,7 +19,7 @@
#define KBATTLESHIP_H
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kiconloader.h>
#include <klocale.h>
diff --git a/kbattleship/kbattleship/kbchooserstrategy.cpp b/kbattleship/kbattleship/kbchooserstrategy.cpp
index 723c2932..548670fe 100644
--- a/kbattleship/kbattleship/kbchooserstrategy.cpp
+++ b/kbattleship/kbattleship/kbchooserstrategy.cpp
@@ -16,7 +16,7 @@
#include "kbchooserstrategy.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "kbrandomshotstrategy.h"
#include "kbdiagonalwrapstrategy.h"
diff --git a/kbattleship/kbattleship/kchatwidget.cpp b/kbattleship/kbattleship/kchatwidget.cpp
index ef545cd2..f6b804ee 100644
--- a/kbattleship/kbattleship/kchatwidget.cpp
+++ b/kbattleship/kbattleship/kchatwidget.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "kchatwidget.moc"
KChatWidget::KChatWidget(TQWidget *parent, const char *name) : chatDlg(parent, name)
diff --git a/kbattleship/kbattleship/kclientdialog.h b/kbattleship/kbattleship/kclientdialog.h
index ead29ee5..f5998fca 100644
--- a/kbattleship/kbattleship/kclientdialog.h
+++ b/kbattleship/kbattleship/kclientdialog.h
@@ -18,7 +18,7 @@
#ifndef KCLIENTDIALOG_H
#define KCLIENTDIALOG_H
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <dnssd/servicebrowser.h>
#include <dnssd/remoteservice.h>
diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp
index faffd375..35011c08 100644
--- a/kbattleship/kbattleship/main.cpp
+++ b/kbattleship/kbattleship/main.cpp
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include "kbattleship.h"