summaryrefslogtreecommitdiffstats
path: root/kasteroids
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:33 -0600
commit41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (patch)
tree63976c277d171292373b91b4f23aeb84c4712e9e /kasteroids
parent58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (diff)
downloadtdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.tar.gz
tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kasteroids')
-rw-r--r--kasteroids/toplevel.cpp2
-rw-r--r--kasteroids/toplevel.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kasteroids/toplevel.cpp b/kasteroids/toplevel.cpp
index 44d00995..fd49ca1a 100644
--- a/kasteroids/toplevel.cpp
+++ b/kasteroids/toplevel.cpp
@@ -17,7 +17,7 @@
#include <kmessagebox.h>
#include <klocale.h>
#include <kkeydialog.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kstdgameaction.h>
#include <kaudioplayer.h>
#include <kscoredialog.h>
diff --git a/kasteroids/toplevel.h b/kasteroids/toplevel.h
index 72d0f19c..77111603 100644
--- a/kasteroids/toplevel.h
+++ b/kasteroids/toplevel.h
@@ -7,8 +7,8 @@
#ifndef __KAST_TOPLEVEL_H__
#define __KAST_TOPLEVEL_H__
-#include <kmainwindow.h>
-#include <kaccel.h>
+#include <tdemainwindow.h>
+#include <tdeaccel.h>
#include <tqdict.h>
#include <tqmap.h>