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 /katomic | |
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 'katomic')
-rw-r--r-- | katomic/CMakeLists.txt | 1 | ||||
-rw-r--r-- | katomic/Makefile.am | 2 | ||||
-rw-r--r-- | katomic/feld.h | 2 | ||||
-rw-r--r-- | katomic/gamewidget.cpp | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/katomic/CMakeLists.txt b/katomic/CMakeLists.txt index 61988b67..a69ceb98 100644 --- a/katomic/CMakeLists.txt +++ b/katomic/CMakeLists.txt @@ -14,7 +14,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/katomic/Makefile.am b/katomic/Makefile.am index af8735e7..866b54c7 100644 --- a/katomic/Makefile.am +++ b/katomic/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) katomic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor katomic_LDADD = $(LIB_TDEGAMES) katomic_DEPENDENCIES = $(LIB_TDEGAMES_DEP) diff --git a/katomic/feld.h b/katomic/feld.h index cf9dae3e..715aea52 100644 --- a/katomic/feld.h +++ b/katomic/feld.h @@ -16,7 +16,7 @@ #include <tqpixmap.h> #include <tqmessagebox.h> -#include <kscoredialog.h> +#include <highscore/kscoredialog.h> #include "atom.h" diff --git a/katomic/gamewidget.cpp b/katomic/gamewidget.cpp index 4886cb41..9d0ddf1a 100644 --- a/katomic/gamewidget.cpp +++ b/katomic/gamewidget.cpp @@ -30,7 +30,7 @@ #include <tqlabel.h> #include <tdeapplication.h> -#include <kscoredialog.h> +#include <highscore/kscoredialog.h> #include <tdemessagebox.h> #include <tdelocale.h> #include <kstandarddirs.h> |