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 /konquest/mainwin.h | |
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 'konquest/mainwin.h')
-rw-r--r-- | konquest/mainwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/mainwin.h b/konquest/mainwin.h index 63a68c0d..36c31038 100644 --- a/konquest/mainwin.h +++ b/konquest/mainwin.h @@ -1,7 +1,7 @@ #ifndef _MAIN_WIN_H #define _MAIN_WIN_H -#include <kmainwindow.h> +#include <tdemainwindow.h> #include "gameboard.h" |