summaryrefslogtreecommitdiffstats
path: root/kbounce
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 /kbounce
parent58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (diff)
downloadtdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.tar.gz
tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kbounce')
-rw-r--r--kbounce/kbounce.cpp2
-rw-r--r--kbounce/kbounce.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp
index 4a3e09ff..ed05cf7f 100644
--- a/kbounce/kbounce.cpp
+++ b/kbounce/kbounce.cpp
@@ -19,7 +19,7 @@
#include <tqlayout.h>
#include <klocale.h>
#include <kapplication.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kstdgameaction.h>
#include <tqtimer.h>
#include <tqlcdnumber.h>
diff --git a/kbounce/kbounce.h b/kbounce/kbounce.h
index 408adde4..884e3298 100644
--- a/kbounce/kbounce.h
+++ b/kbounce/kbounce.h
@@ -19,7 +19,7 @@
#ifndef KBOUNCE_H
#define KBOUNCE_H
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
class JezzGame;
class TQLCDNumber;