summaryrefslogtreecommitdiffstats
path: root/ksame
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:57:10 -0600
commit6946130bb142337c633a25f34f11f9cd0e12d5de (patch)
treee4d2629cabc5254b98c1c0095d1f45e793edf226 /ksame
parent8a9553c17f4228afc6e0642c259a83d8dd37027d (diff)
downloadtdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz
tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ksame')
-rw-r--r--ksame/KSameWidget.cpp4
-rw-r--r--ksame/StoneWidget.cpp2
-rw-r--r--ksame/main.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/ksame/KSameWidget.cpp b/ksame/KSameWidget.cpp
index 90b20b10..ae19c62f 100644
--- a/ksame/KSameWidget.cpp
+++ b/ksame/KSameWidget.cpp
@@ -30,11 +30,11 @@
#include <kscoredialog.h>
#include <kstatusbar.h>
#include <knuminput.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <knotifyclient.h>
#include <knotifydialog.h>
#include <tdefiledialog.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeconfig.h>
#include <kstdgameaction.h>
#include <tdeaction.h>
diff --git a/ksame/StoneWidget.cpp b/ksame/StoneWidget.cpp
index 6f6372f9..c4fbb987 100644
--- a/ksame/StoneWidget.cpp
+++ b/ksame/StoneWidget.cpp
@@ -33,7 +33,7 @@
#include <kiconloader.h>
#include <time.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
#include <kdebug.h>
#include <assert.h>
diff --git a/ksame/main.cpp b/ksame/main.cpp
index 8bb084c6..15484755 100644
--- a/ksame/main.cpp
+++ b/ksame/main.cpp
@@ -22,13 +22,13 @@
#include <tqwidget.h>
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdecmdlineargs.h>
#include "version.h"
#include "KSameWidget.h"
#include <tdeaboutdata.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
static const char description[] = I18N_NOOP("Same Game - a little game about balls and how to get rid of them");
static const char copyright[] = "(c) 1997-1998 Marcus Kreutzberger";