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 /kbackgammon/engines/nextgen | |
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 'kbackgammon/engines/nextgen')
-rw-r--r-- | kbackgammon/engines/nextgen/kbgng.cpp | 2 | ||||
-rw-r--r-- | kbackgammon/engines/nextgen/kbgng.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kbackgammon/engines/nextgen/kbgng.cpp b/kbackgammon/engines/nextgen/kbgng.cpp index 0bc1d26c..2b3b27a6 100644 --- a/kbackgammon/engines/nextgen/kbgng.cpp +++ b/kbackgammon/engines/nextgen/kbgng.cpp @@ -36,7 +36,7 @@ #include <tqcheckbox.h> #include <tdeconfig.h> #include <klocale.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <klineeditdlg.h> #include <krandomsequence.h> #include <tqstringlist.h> diff --git a/kbackgammon/engines/nextgen/kbgng.h b/kbackgammon/engines/nextgen/kbgng.h index 58d86172..8fb2f8b5 100644 --- a/kbackgammon/engines/nextgen/kbgng.h +++ b/kbackgammon/engines/nextgen/kbgng.h @@ -31,7 +31,7 @@ #include <tqtimer.h> #include <tqspinbox.h> -#include <kaction.h> +#include <tdeaction.h> #include <tqdatastream.h> #include <kgameproperty.h> |