diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:58 +0900 |
commit | 7becd3521b62d210a41db902e7cc2317304503cf (patch) | |
tree | 8a1a8ab22c6b06ec766f4ea02fe7116d799ea4e5 /ksim/library | |
parent | f2136ea3e8679aedd470aade1588550b49e65d3a (diff) | |
download | tdeutils-7becd3521b62d210a41db902e7cc2317304503cf.tar.gz tdeutils-7becd3521b62d210a41db902e7cc2317304503cf.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/library')
-rw-r--r-- | ksim/library/chart.h | 2 | ||||
-rw-r--r-- | ksim/library/common.h | 2 | ||||
-rw-r--r-- | ksim/library/ksimconfig.h | 2 | ||||
-rw-r--r-- | ksim/library/label.h | 2 | ||||
-rw-r--r-- | ksim/library/led.h | 2 | ||||
-rw-r--r-- | ksim/library/pluginglobal.h | 2 | ||||
-rw-r--r-- | ksim/library/pluginloader.h | 2 | ||||
-rw-r--r-- | ksim/library/pluginmodule.h | 2 | ||||
-rw-r--r-- | ksim/library/progress.h | 2 | ||||
-rw-r--r-- | ksim/library/themeloader.h | 2 |
10 files changed, 10 insertions, 10 deletions
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 <tqwidget.h> #include "common.h" -#include <kdemacros.h> +#include <tdemacros.h> 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 <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> /** * 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 <tqpoint.h> #include <tqfont.h> -#include <kdemacros.h> +#include <tdemacros.h> 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 <tqwidget.h> #include "common.h" -#include <kdemacros.h> +#include <tdemacros.h> 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 <kdemacros.h> +#include <tdemacros.h> #include <tqpixmap.h> 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 <tqpixmap.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> 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 <tqobject.h> -#include <kdemacros.h> +#include <tdemacros.h> 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 <tqwidget.h> -#include <kdemacros.h> +#include <tdemacros.h> 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 <kdemacros.h> +#include <tdemacros.h> 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 <tqfont.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQStringList; template<class> class TQValueVector; |