diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-27 22:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-29 21:17:34 +0900 |
commit | 5804bfd373459c9687f1af72b36d0e588d9ea8e3 (patch) | |
tree | 063d4ae0e0fe2abe26c623bdbc264ed0eef59c63 /kbounce/kbounce.cpp | |
parent | bbb29ae0cd8bb9b0ff6a331ca553b2e43c054dee (diff) | |
download | tdegames-5804bfd373459c9687f1af72b36d0e588d9ea8e3.tar.gz tdegames-5804bfd373459c9687f1af72b36d0e588d9ea8e3.zip |
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit afd698aa6058379c021ff7062465eee7da714101)
Diffstat (limited to 'kbounce/kbounce.cpp')
-rw-r--r-- | kbounce/kbounce.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp index 11bd64fa..9fcb3c63 100644 --- a/kbounce/kbounce.cpp +++ b/kbounce/kbounce.cpp @@ -27,8 +27,8 @@ #include <kdebug.h> #include <tdefiledialog.h> #include <kstatusbar.h> -#include <khighscore.h> -#include <kexthighscore.h> +#include <highscore/khighscore.h> +#include <highscore/kexthighscore.h> #include "kbounce.h" #include "game.h" |