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 /kpoker | |
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 'kpoker')
-rw-r--r-- | kpoker/top.cpp | 6 | ||||
-rw-r--r-- | kpoker/top.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kpoker/top.cpp b/kpoker/top.cpp index 30365fd1..11c5ee34 100644 --- a/kpoker/top.cpp +++ b/kpoker/top.cpp @@ -26,11 +26,11 @@ #include <kmessagebox.h> #include <tdeconfig.h> #include <klocale.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include <kstdaction.h> #include <kstdgameaction.h> -#include <kaction.h> -#include <kshortcut.h> +#include <tdeaction.h> +#include <tdeshortcut.h> // own includes #include "top.h" diff --git a/kpoker/top.h b/kpoker/top.h index f1a3010c..9653e955 100644 --- a/kpoker/top.h +++ b/kpoker/top.h @@ -19,7 +19,7 @@ #define __PokerWindow__ -#include <kmainwindow.h> +#include <tdemainwindow.h> class TQLabel; |