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-27 22:18:38 +0900 |
commit | afd698aa6058379c021ff7062465eee7da714101 (patch) | |
tree | 8444dac5cf92351c4edad5c50778ea0d0979d235 /klines | |
parent | f1f09914546b311028592dfb83db4e33d205dac6 (diff) | |
download | tdegames-afd698aa6058379c021ff7062465eee7da714101.tar.gz tdegames-afd698aa6058379c021ff7062465eee7da714101.zip |
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'klines')
-rw-r--r-- | klines/CMakeLists.txt | 1 | ||||
-rw-r--r-- | klines/Makefile.am | 2 | ||||
-rw-r--r-- | klines/klines.cpp | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/klines/CMakeLists.txt b/klines/CMakeLists.txt index 26371364..ab7e01ba 100644 --- a/klines/CMakeLists.txt +++ b/klines/CMakeLists.txt @@ -5,7 +5,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/klines/Makefile.am b/klines/Makefile.am index d8114839..84434d51 100644 --- a/klines/Makefile.am +++ b/klines/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES= -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES= -I$(top_srcdir)/libtdegames $(all_includes) METASOURCES = AUTO bin_PROGRAMS = klines diff --git a/klines/klines.cpp b/klines/klines.cpp index 7e258562..1459937d 100644 --- a/klines/klines.cpp +++ b/klines/klines.cpp @@ -37,7 +37,7 @@ #include <tdeconfig.h> #include <tdemenubar.h> #include <tdepopupmenu.h> -#include <kscoredialog.h> +#include <highscore/kscoredialog.h> #include <tdeaction.h> #include <kstdaction.h> #include <kstdgameaction.h> |