From dff6bcab677bbedca72fb96a43e467d5f4814c0d Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 22 Feb 2024 19:43:14 +0100 Subject: [PATCH] Apply change of `global.h` template --- fileitemactionplugin/global.h | 2 +- plasmoid/lib/global.h | 2 +- syncthing/global.h | 2 +- syncthingconnector/global.h | 2 +- syncthingmodel/global.h | 2 +- syncthingwidgets/global.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fileitemactionplugin/global.h b/fileitemactionplugin/global.h index ef28f9e..b3fa5bd 100644 --- a/fileitemactionplugin/global.h +++ b/fileitemactionplugin/global.h @@ -4,7 +4,7 @@ #ifndef SYNCTHINGFILEITEMACTION_GLOBAL #define SYNCTHINGFILEITEMACTION_GLOBAL -#include "syncthingfileitemaction-devel-definitions.h" +#include "syncthingfileitemaction-definitions.h" #include #ifdef SYNCTHINGFILEITEMACTION_STATIC diff --git a/plasmoid/lib/global.h b/plasmoid/lib/global.h index 1df844b..5b317a2 100644 --- a/plasmoid/lib/global.h +++ b/plasmoid/lib/global.h @@ -4,7 +4,7 @@ #ifndef SYNCTHINGPLASMOID_GLOBAL #define SYNCTHINGPLASMOID_GLOBAL -#include "syncthingplasmoid-devel-definitions.h" +#include "syncthingplasmoid-definitions.h" #include #ifdef SYNCTHINGPLASMOID_STATIC diff --git a/syncthing/global.h b/syncthing/global.h index 1c2e2b1..0443e31 100644 --- a/syncthing/global.h +++ b/syncthing/global.h @@ -4,7 +4,7 @@ #ifndef LIB_SYNCTHING_GLOBAL #define LIB_SYNCTHING_GLOBAL -#include "syncthing-devel-definitions.h" +#include "syncthing-definitions.h" #include #ifdef LIB_SYNCTHING_STATIC diff --git a/syncthingconnector/global.h b/syncthingconnector/global.h index 55846be..9e038bb 100644 --- a/syncthingconnector/global.h +++ b/syncthingconnector/global.h @@ -4,7 +4,7 @@ #ifndef LIB_SYNCTHING_CONNECTOR_GLOBAL #define LIB_SYNCTHING_CONNECTOR_GLOBAL -#include "syncthingconnector-devel-definitions.h" +#include "syncthingconnector-definitions.h" #include #ifdef LIB_SYNCTHING_CONNECTOR_STATIC diff --git a/syncthingmodel/global.h b/syncthingmodel/global.h index e1060aa..9729a3f 100644 --- a/syncthingmodel/global.h +++ b/syncthingmodel/global.h @@ -4,7 +4,7 @@ #ifndef LIB_SYNCTHING_MODEL_GLOBAL #define LIB_SYNCTHING_MODEL_GLOBAL -#include "syncthingmodel-devel-definitions.h" +#include "syncthingmodel-definitions.h" #include #ifdef LIB_SYNCTHING_MODEL_STATIC diff --git a/syncthingwidgets/global.h b/syncthingwidgets/global.h index 390547a..9e03721 100644 --- a/syncthingwidgets/global.h +++ b/syncthingwidgets/global.h @@ -4,7 +4,7 @@ #ifndef SYNCTHINGWIDGETS_GLOBAL #define SYNCTHINGWIDGETS_GLOBAL -#include "syncthingwidgets-devel-definitions.h" +#include "syncthingwidgets-definitions.h" #include #ifdef SYNCTHINGWIDGETS_STATIC