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 /ktuberling | |
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 'ktuberling')
-rw-r--r-- | ktuberling/toplevel.cpp | 2 | ||||
-rw-r--r-- | ktuberling/toplevel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ktuberling/toplevel.cpp b/ktuberling/toplevel.cpp index 16869adb..d057fb3f 100644 --- a/ktuberling/toplevel.cpp +++ b/ktuberling/toplevel.cpp @@ -10,7 +10,7 @@ #include <klocale.h> #include <kstandarddirs.h> #include <tdeio/netaccess.h> -#include <kaction.h> +#include <tdeaction.h> #include <kstdaction.h> #include <kstdgameaction.h> diff --git a/ktuberling/toplevel.h b/ktuberling/toplevel.h index 7373fdac..31cf5c18 100644 --- a/ktuberling/toplevel.h +++ b/ktuberling/toplevel.h @@ -8,7 +8,7 @@ #ifndef _TOPLEVEL_H_ #define _TOPLEVEL_H_ -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <kurl.h> class TQDomDocument; |