From bb40c7c261f8dae2330de1d9d08b210662258ec2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Feb 2025 13:17:38 +0900 Subject: [PATCH] Replace obsolete kstddirs.h with kstandarddirs.h Signed-off-by: Michele Calgaro (cherry picked from commit c8393e2383a5876df394e85082a4e23ea657227b) --- knights/challenge_graph.cpp | 2 +- knights/dlg_settings.cpp | 2 +- knights/match_param.cpp | 2 +- knights/resource.cpp | 2 +- knights/setpagedisplay.cpp | 2 +- knights/splash.cpp | 2 +- knights/tab_pgnview.cpp | 2 +- knights/wiz_setup.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/knights/challenge_graph.cpp b/knights/challenge_graph.cpp index 2e70017..a4fa2c9 100644 --- a/knights/challenge_graph.cpp +++ b/knights/challenge_graph.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include diff --git a/knights/dlg_settings.cpp b/knights/dlg_settings.cpp index e6c9e7e..12d3fe7 100644 --- a/knights/dlg_settings.cpp +++ b/knights/dlg_settings.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include -#include +#include #include "definitions.h" #include "dlg_settings.moc" #include "setpagedisplay.h" diff --git a/knights/match_param.cpp b/knights/match_param.cpp index 93cd4ac..6cbbb76 100644 --- a/knights/match_param.cpp +++ b/knights/match_param.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include diff --git a/knights/resource.cpp b/knights/resource.cpp index aa8ec21..c6f4ffb 100644 --- a/knights/resource.cpp +++ b/knights/resource.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ /* KDE */ -#include +#include #include #include #include diff --git a/knights/setpagedisplay.cpp b/knights/setpagedisplay.cpp index c8e16bc..5ef7a68 100644 --- a/knights/setpagedisplay.cpp +++ b/knights/setpagedisplay.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include "setpagedisplay.moc" -#include +#include #include #include #include diff --git a/knights/splash.cpp b/knights/splash.cpp index 1156c4c..aa95f1d 100644 --- a/knights/splash.cpp +++ b/knights/splash.cpp @@ -17,7 +17,7 @@ #include "splash.moc" #include -#include +#include #include #include diff --git a/knights/tab_pgnview.cpp b/knights/tab_pgnview.cpp index 9476d60..49262c0 100644 --- a/knights/tab_pgnview.cpp +++ b/knights/tab_pgnview.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include tab_pgnView::tab_pgnView(pgn *parent, resource *Rsrc ) : KnightsTextView(0,Rsrc) diff --git a/knights/wiz_setup.cpp b/knights/wiz_setup.cpp index 6477dc4..d35b811 100644 --- a/knights/wiz_setup.cpp +++ b/knights/wiz_setup.cpp @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include #include