diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:20:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:20:33 -0600 |
commit | 41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (patch) | |
tree | 63976c277d171292373b91b4f23aeb84c4712e9e /kmahjongg/Editor.cpp | |
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 'kmahjongg/Editor.cpp')
-rw-r--r-- | kmahjongg/Editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmahjongg/Editor.cpp b/kmahjongg/Editor.cpp index 3d3166ca..657f7d3b 100644 --- a/kmahjongg/Editor.cpp +++ b/kmahjongg/Editor.cpp @@ -11,7 +11,7 @@ #include <klocale.h> // Needed to use TDELocale #include <kiconloader.h> // #include <kstandarddirs.h> -#include <ktoolbarradiogroup.h> +#include <tdetoolbarradiogroup.h> #define ID_TOOL_NEW 100 #define ID_TOOL_LOAD 101 |