diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:33 -0600 |
commit | 41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (patch) | |
tree | 63976c277d171292373b91b4f23aeb84c4712e9e /katomic | |
parent | 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (diff) | |
download | tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.tar.gz tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'katomic')
-rw-r--r-- | katomic/toplevel.cpp | 2 | ||||
-rw-r--r-- | katomic/toplevel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/katomic/toplevel.cpp b/katomic/toplevel.cpp index 1a26d4ac..10609524 100644 --- a/katomic/toplevel.cpp +++ b/katomic/toplevel.cpp @@ -31,7 +31,7 @@ #include "toplevel.h" #include "settings.h" #include "configbox.h" -#include <kaction.h> +#include <tdeaction.h> #include <kstdaction.h> #include <kstdgameaction.h> #include <kdebug.h> diff --git a/katomic/toplevel.h b/katomic/toplevel.h index 2f29229b..5d997004 100644 --- a/katomic/toplevel.h +++ b/katomic/toplevel.h @@ -11,7 +11,7 @@ class GameWidget; class TDEAction; class TDEConfig; -#include <kmainwindow.h> +#include <tdemainwindow.h> /** * This is the class AtomTopLevel. The class is used only for the program |