From a94a863f93fe5d45f5f6d4fa732eb297d6a154f7 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 30 Mar 2020 02:53:52 +0300 Subject: Small rearrangement of libtdegames headers Move kgame dialog headers to a dedicated subdir to make installed includes match source code layout. This will make linking of games to an installed instance of libtdegames library more straightforward. Signed-off-by: Alexander Golubev --- twin4/twin4/CMakeLists.txt | 1 - twin4/twin4/twin4.cpp | 12 ++++++------ twin4/twin4/twin4doc.h | 6 +++--- twin4/twin4/twin4player.cpp | 2 +- twin4/twin4/twin4player.h | 2 +- twin4/twin4/twin4proc.cpp | 2 +- twin4/twin4/twin4proc.h | 2 +- twin4/twin4/twin4view.h | 2 +- 8 files changed, 14 insertions(+), 15 deletions(-) (limited to 'twin4') diff --git a/twin4/twin4/CMakeLists.txt b/twin4/twin4/CMakeLists.txt index cb991878..2a283bd1 100644 --- a/twin4/twin4/CMakeLists.txt +++ b/twin4/twin4/CMakeLists.txt @@ -5,7 +5,6 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/libtdegames - ${CMAKE_SOURCE_DIR}/libtdegames/kgame ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/twin4/twin4/twin4.cpp b/twin4/twin4/twin4.cpp index 086e127e..d97d31f2 100644 --- a/twin4/twin4/twin4.cpp +++ b/twin4/twin4/twin4.cpp @@ -40,12 +40,12 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include // application specific includes #include "twin4.h" diff --git a/twin4/twin4/twin4doc.h b/twin4/twin4/twin4doc.h index 49ed1307..f78e15a6 100644 --- a/twin4/twin4/twin4doc.h +++ b/twin4/twin4/twin4doc.h @@ -18,9 +18,9 @@ #ifndef TWIN4DOC_H #define TWIN4DOC_H -#include -#include -#include +#include +#include +#include #include "twin4player.h" diff --git a/twin4/twin4/twin4player.cpp b/twin4/twin4/twin4player.cpp index 47014f10..5992c400 100644 --- a/twin4/twin4/twin4player.cpp +++ b/twin4/twin4/twin4player.cpp @@ -19,7 +19,7 @@ // include files for TDE #include #include -#include +#include #include "twin4player.h" #include "statuswidget.h" diff --git a/twin4/twin4/twin4player.h b/twin4/twin4/twin4player.h index 89ea213a..a7186e10 100644 --- a/twin4/twin4/twin4player.h +++ b/twin4/twin4/twin4player.h @@ -22,7 +22,7 @@ #include #endif -#include +#include class StatusWidget; class TDEConfig; diff --git a/twin4/twin4/twin4proc.cpp b/twin4/twin4/twin4proc.cpp index 81f17324..b47dbe48 100644 --- a/twin4/twin4/twin4proc.cpp +++ b/twin4/twin4/twin4proc.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #define MIN_TIME 1 // sec diff --git a/twin4/twin4/twin4proc.h b/twin4/twin4/twin4proc.h index 5e0e3521..6d6fe1a3 100644 --- a/twin4/twin4/twin4proc.h +++ b/twin4/twin4/twin4proc.h @@ -18,7 +18,7 @@ #ifndef _TWIN4PROC_H_ #define _TWIN4PROC_H_ -#include +#include // TODO match up with what is in twin4doc.h typedef enum e_farbe {Niemand=0,Gelb=1,Rot=2,Tip=3,Rand=4} Farbe; diff --git a/twin4/twin4/twin4view.h b/twin4/twin4/twin4view.h index ea722f93..25a9fda4 100644 --- a/twin4/twin4/twin4view.h +++ b/twin4/twin4/twin4view.h @@ -19,7 +19,7 @@ #define TWIN4VIEW_H #include -#include +#include class Kwin4Doc; class ScoreWidget; -- cgit v1.2.1