summaryrefslogtreecommitdiffstats
path: root/kfouleggs
diff options
context:
space:
mode:
Diffstat (limited to 'kfouleggs')
-rw-r--r--kfouleggs/CMakeLists.txt1
-rw-r--r--kfouleggs/Makefile.am2
-rw-r--r--kfouleggs/main.cpp2
3 files changed, 2 insertions, 3 deletions
diff --git a/kfouleggs/CMakeLists.txt b/kfouleggs/CMakeLists.txt
index a295f934..ae0b2f69 100644
--- a/kfouleggs/CMakeLists.txt
+++ b/kfouleggs/CMakeLists.txt
@@ -19,7 +19,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/libksirtet
${CMAKE_SOURCE_DIR}/libksirtet/base
${CMAKE_SOURCE_DIR}/libtdegames
- ${CMAKE_SOURCE_DIR}/libtdegames/highscore
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kfouleggs/Makefile.am b/kfouleggs/Makefile.am
index 967e01bd..c126c0dd 100644
--- a/kfouleggs/Makefile.am
+++ b/kfouleggs/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libksirtet/base -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
+INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libksirtet/base -I$(top_srcdir)/libtdegames $(all_includes)
SUBDIRS = pics
diff --git a/kfouleggs/main.cpp b/kfouleggs/main.cpp
index efc27d6c..884837d6 100644
--- a/kfouleggs/main.cpp
+++ b/kfouleggs/main.cpp
@@ -3,7 +3,7 @@
#include <tdelocale.h>
#include <tdeapplication.h>
-#include <khighscore.h>
+#include <highscore/khighscore.h>
#include "common/inter.h"
#include "common/highscores.h"