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 /katomic | |
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 'katomic')
-rw-r--r-- | katomic/CMakeLists.txt | 1 | ||||
-rw-r--r-- | katomic/Makefile.am | 3 | ||||
-rw-r--r-- | katomic/feld.h | 2 | ||||
-rw-r--r-- | katomic/gamewidget.cpp | 2 |
4 files changed, 3 insertions, 5 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 e3390170..a34ebbdb 100644 --- a/katomic/Makefile.am +++ b/katomic/Makefile.am @@ -1,5 +1,4 @@ - -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_QT) -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> |