diff options
author | Michele Calgaro <[email protected]> | 2020-04-27 22:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-29 21:17:34 +0900 |
commit | 5804bfd373459c9687f1af72b36d0e588d9ea8e3 (patch) | |
tree | 063d4ae0e0fe2abe26c623bdbc264ed0eef59c63 /kbattleship | |
parent | bbb29ae0cd8bb9b0ff6a331ca553b2e43c054dee (diff) | |
download | tdegames-5804bfd373459c9687f1af72b36d0e588d9ea8e3.tar.gz tdegames-5804bfd373459c9687f1af72b36d0e588d9ea8e3.zip |
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit afd698aa6058379c021ff7062465eee7da714101)
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kbattleship/kbattleship/Makefile.am | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/kbattleship.cpp | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/kbattleship/kbattleship/CMakeLists.txt b/kbattleship/kbattleship/CMakeLists.txt index 5e140a16..327db4a5 100644 --- a/kbattleship/kbattleship/CMakeLists.txt +++ b/kbattleship/kbattleship/CMakeLists.txt @@ -18,7 +18,6 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/libtdegames - ${CMAKE_SOURCE_DIR}/libtdegames/highscore ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kbattleship/kbattleship/Makefile.am b/kbattleship/kbattleship/Makefile.am index 14262e8c..edd0cda6 100644 --- a/kbattleship/kbattleship/Makefile.am +++ b/kbattleship/kbattleship/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = dialogs . pictures sounds -INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) METASOURCES = AUTO bin_PROGRAMS = kbattleship diff --git a/kbattleship/kbattleship/kbattleship.cpp b/kbattleship/kbattleship/kbattleship.cpp index 144af63a..a241696e 100644 --- a/kbattleship/kbattleship/kbattleship.cpp +++ b/kbattleship/kbattleship/kbattleship.cpp @@ -29,7 +29,7 @@ #include <tdemessagebox.h> #include <kuser.h> -#include <kscoredialog.h> +#include <highscore/kscoredialog.h> #include "kbattleship.moc" |