diff options
Diffstat (limited to 'kpoker/top.cpp')
-rw-r--r-- | kpoker/top.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpoker/top.cpp b/kpoker/top.cpp index 30365fd1..11c5ee34 100644 --- a/kpoker/top.cpp +++ b/kpoker/top.cpp @@ -26,11 +26,11 @@ #include <kmessagebox.h> #include <tdeconfig.h> #include <klocale.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include <kstdaction.h> #include <kstdgameaction.h> -#include <kaction.h> -#include <kshortcut.h> +#include <tdeaction.h> +#include <tdeshortcut.h> // own includes #include "top.h" |