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 /ksmiletris | |
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 'ksmiletris')
-rw-r--r-- | ksmiletris/gamewindow.cpp | 2 | ||||
-rw-r--r-- | ksmiletris/gamewindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksmiletris/gamewindow.cpp b/ksmiletris/gamewindow.cpp index 1937e996..ec6bd90b 100644 --- a/ksmiletris/gamewindow.cpp +++ b/ksmiletris/gamewindow.cpp @@ -34,7 +34,7 @@ this software. #include "gamewidget.h" #include "kscoredialog.h" -#include <kaction.h> +#include <tdeaction.h> #include <kstdgameaction.h> diff --git a/ksmiletris/gamewindow.h b/ksmiletris/gamewindow.h index 565192a3..96b265eb 100644 --- a/ksmiletris/gamewindow.h +++ b/ksmiletris/gamewindow.h @@ -24,7 +24,7 @@ this software. #ifndef GAMEWINDOW_H #define GAMEWINDOW_H -#include <kmainwindow.h> +#include <tdemainwindow.h> #include "ksmiletris.h" |