From 7becd3521b62d210a41db902e7cc2317304503cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:18:58 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- ksim/library/chart.h | 2 +- ksim/library/common.h | 2 +- ksim/library/ksimconfig.h | 2 +- ksim/library/label.h | 2 +- ksim/library/led.h | 2 +- ksim/library/pluginglobal.h | 2 +- ksim/library/pluginloader.h | 2 +- ksim/library/pluginmodule.h | 2 +- ksim/library/progress.h | 2 +- ksim/library/themeloader.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'ksim') diff --git a/ksim/library/chart.h b/ksim/library/chart.h index 1cb53be..620e6ad 100644 --- a/ksim/library/chart.h +++ b/ksim/library/chart.h @@ -23,7 +23,7 @@ #include #include "common.h" -#include +#include class TQColor; diff --git a/ksim/library/common.h b/ksim/library/common.h index 6f6ae56..42d6faf 100644 --- a/ksim/library/common.h +++ b/ksim/library/common.h @@ -24,7 +24,7 @@ #define KSIM_VERSION_STRING "1.1.0" #include -#include +#include /** * namespace for common ksim entries diff --git a/ksim/library/ksimconfig.h b/ksim/library/ksimconfig.h index f16a67e..b7e777b 100644 --- a/ksim/library/ksimconfig.h +++ b/ksim/library/ksimconfig.h @@ -24,7 +24,7 @@ #include #include -#include +#include class TDEConfig; diff --git a/ksim/library/label.h b/ksim/library/label.h index 40c0b48..0ae9f65 100644 --- a/ksim/library/label.h +++ b/ksim/library/label.h @@ -23,7 +23,7 @@ #include #include "common.h" -#include +#include namespace KSim { diff --git a/ksim/library/led.h b/ksim/library/led.h index de912c8..8d5e0f8 100644 --- a/ksim/library/led.h +++ b/ksim/library/led.h @@ -21,7 +21,7 @@ #define KSIM__LED_H #include "progress.h" -#include +#include #include namespace KSim diff --git a/ksim/library/pluginglobal.h b/ksim/library/pluginglobal.h index 7258ce5..71ac049 100644 --- a/ksim/library/pluginglobal.h +++ b/ksim/library/pluginglobal.h @@ -24,7 +24,7 @@ #include #include -#include +#include class KDesktopFile; diff --git a/ksim/library/pluginloader.h b/ksim/library/pluginloader.h index 7f3b3f8..c0b332c 100644 --- a/ksim/library/pluginloader.h +++ b/ksim/library/pluginloader.h @@ -23,7 +23,7 @@ #include "pluginglobal.h" #include -#include +#include namespace KSim { diff --git a/ksim/library/pluginmodule.h b/ksim/library/pluginmodule.h index e7dc363..8ab04e7 100644 --- a/ksim/library/pluginmodule.h +++ b/ksim/library/pluginmodule.h @@ -22,7 +22,7 @@ #include -#include +#include class TQPopupMenu; class TDEConfig; diff --git a/ksim/library/progress.h b/ksim/library/progress.h index 1439652..88939d1 100644 --- a/ksim/library/progress.h +++ b/ksim/library/progress.h @@ -22,7 +22,7 @@ #include "label.h" -#include +#include namespace KSim { diff --git a/ksim/library/themeloader.h b/ksim/library/themeloader.h index cb38b2c..a7a2804 100644 --- a/ksim/library/themeloader.h +++ b/ksim/library/themeloader.h @@ -26,7 +26,7 @@ #include #include -#include +#include class TQStringList; template class TQValueVector; -- cgit v1.2.1