diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:16:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:16:48 -0600 |
commit | e6b7858482abde4b7e5cf6a554bd1599691fbfa6 (patch) | |
tree | 488fdb21701a3565f3daeeed90f31a05533d391f /kbattleship | |
parent | 7b6ec716009dcd841390a5a4d671b73c25466471 (diff) | |
download | tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.tar.gz tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/kbaiplayer.cpp | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/kbattleship.cpp | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/kbattleship.h | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/kbchooserstrategy.cpp | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/kchatwidget.cpp | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/kclientdialog.h | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/main.cpp | 4 |
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" |