From f5bba420c167f098576e9d9cffa4114ff17976a4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Feb 2025 22:46:37 +0900 Subject: Use tdestandarddirs.h Signed-off-by: Michele Calgaro --- kstars/kstars/colorscheme.cpp | 2 +- kstars/kstars/detaildialog.cpp | 2 +- kstars/kstars/fov.cpp | 2 +- kstars/kstars/fovdialog.cpp | 2 +- kstars/kstars/indidriver.cpp | 2 +- kstars/kstars/ksnewstuff.cpp | 2 +- kstars/kstars/kstarsactions.cpp | 2 +- kstars/kstars/kstarsdata.cpp | 2 +- kstars/kstars/kstarsinit.cpp | 2 +- kstars/kstars/ksutils.cpp | 2 +- kstars/kstars/locationdialog.cpp | 2 +- kstars/kstars/mapcanvas.cpp | 2 +- kstars/kstars/opscolors.cpp | 2 +- kstars/kstars/skymap.cpp | 2 +- kstars/kstars/skyobject.cpp | 2 +- kstars/kstars/tools/lcgenerator.cpp | 2 +- kstars/kstars/tools/scriptbuilder.cpp | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'kstars') diff --git a/kstars/kstars/colorscheme.cpp b/kstars/kstars/colorscheme.cpp index f9e01e5e..9c0188fa 100644 --- a/kstars/kstars/colorscheme.cpp +++ b/kstars/kstars/colorscheme.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include "ksutils.h" #include "colorscheme.h" diff --git a/kstars/kstars/detaildialog.cpp b/kstars/kstars/detaildialog.cpp index 9e252d80..5a6af06a 100644 --- a/kstars/kstars/detaildialog.cpp +++ b/kstars/kstars/detaildialog.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include diff --git a/kstars/kstars/fov.cpp b/kstars/kstars/fov.cpp index af40388c..1b34f910 100644 --- a/kstars/kstars/fov.cpp +++ b/kstars/kstars/fov.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include "fov.h" diff --git a/kstars/kstars/fovdialog.cpp b/kstars/kstars/fovdialog.cpp index 2f3cf842..07f249e6 100644 --- a/kstars/kstars/fovdialog.cpp +++ b/kstars/kstars/fovdialog.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include "fovdialog.h" #include "kstars.h" diff --git a/kstars/kstars/indidriver.cpp b/kstars/kstars/indidriver.cpp index c5a24db3..1f6de895 100644 --- a/kstars/kstars/indidriver.cpp +++ b/kstars/kstars/indidriver.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include diff --git a/kstars/kstars/ksnewstuff.cpp b/kstars/kstars/ksnewstuff.cpp index 73678648..f0163440 100644 --- a/kstars/kstars/ksnewstuff.cpp +++ b/kstars/kstars/ksnewstuff.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kstars/kstars/kstarsactions.cpp b/kstars/kstars/kstarsactions.cpp index 44317e9d..0f2288d6 100644 --- a/kstars/kstars/kstarsactions.cpp +++ b/kstars/kstars/kstarsactions.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kstars/kstars/kstarsdata.cpp b/kstars/kstars/kstarsdata.cpp index b424e129..84d33416 100644 --- a/kstars/kstars/kstarsdata.cpp +++ b/kstars/kstars/kstarsdata.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include "kstarsdata.h" diff --git a/kstars/kstars/kstarsinit.cpp b/kstars/kstars/kstarsinit.cpp index 4963d418..cf5ec4b5 100644 --- a/kstars/kstars/kstarsinit.cpp +++ b/kstars/kstars/kstarsinit.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include "Options.h" diff --git a/kstars/kstars/ksutils.cpp b/kstars/kstars/ksutils.cpp index 666b9117..44b87b2b 100644 --- a/kstars/kstars/ksutils.cpp +++ b/kstars/kstars/ksutils.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include +#include #include #include "ksutils.h" diff --git a/kstars/kstars/locationdialog.cpp b/kstars/kstars/locationdialog.cpp index e7baed52..6054440a 100644 --- a/kstars/kstars/locationdialog.cpp +++ b/kstars/kstars/locationdialog.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include diff --git a/kstars/kstars/mapcanvas.cpp b/kstars/kstars/mapcanvas.cpp index 6059c1c7..0c2c081b 100644 --- a/kstars/kstars/mapcanvas.cpp +++ b/kstars/kstars/mapcanvas.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include -#include +#include #include #include diff --git a/kstars/kstars/opscolors.cpp b/kstars/kstars/opscolors.cpp index b7eb837d..e9456b98 100644 --- a/kstars/kstars/opscolors.cpp +++ b/kstars/kstars/opscolors.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "opscolors.h" #include "kstars.h" diff --git a/kstars/kstars/skymap.cpp b/kstars/kstars/skymap.cpp index 3d3edccf..16150d16 100644 --- a/kstars/kstars/skymap.cpp +++ b/kstars/kstars/skymap.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include diff --git a/kstars/kstars/skyobject.cpp b/kstars/kstars/skyobject.cpp index 0f4e4d18..d6e07991 100644 --- a/kstars/kstars/skyobject.cpp +++ b/kstars/kstars/skyobject.cpp @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/kstars/kstars/tools/lcgenerator.cpp b/kstars/kstars/tools/lcgenerator.cpp index d708bbaf..09189ef4 100644 --- a/kstars/kstars/tools/lcgenerator.cpp +++ b/kstars/kstars/tools/lcgenerator.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include "lcgenerator.h" #include "imageviewer.h" diff --git a/kstars/kstars/tools/scriptbuilder.cpp b/kstars/kstars/tools/scriptbuilder.cpp index 88efac95..64fe88ff 100644 --- a/kstars/kstars/tools/scriptbuilder.cpp +++ b/kstars/kstars/tools/scriptbuilder.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.1