diff options
Diffstat (limited to 'kbackgammon/engines/nextgen/kbgng.cpp')
-rw-r--r-- | kbackgammon/engines/nextgen/kbgng.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbackgammon/engines/nextgen/kbgng.cpp b/kbackgammon/engines/nextgen/kbgng.cpp index eb78c4d8..018f701d 100644 --- a/kbackgammon/engines/nextgen/kbgng.cpp +++ b/kbackgammon/engines/nextgen/kbgng.cpp @@ -25,7 +25,7 @@ #include "kbgng.h" #include <tdeapplication.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <stdlib.h> #include <time.h> #include <unistd.h> @@ -35,7 +35,7 @@ #include <tqbuttongroup.h> #include <tqcheckbox.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdemainwindow.h> #include <klineeditdlg.h> #include <krandomsequence.h> |