diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:18:58 +0900 |
commit | 7becd3521b62d210a41db902e7cc2317304503cf (patch) | |
tree | 8a1a8ab22c6b06ec766f4ea02fe7116d799ea4e5 /ksim/library/pluginloader.h | |
parent | f2136ea3e8679aedd470aade1588550b49e65d3a (diff) | |
download | tdeutils-7becd3521b62d210a41db902e7cc2317304503cf.tar.gz tdeutils-7becd3521b62d210a41db902e7cc2317304503cf.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksim/library/pluginloader.h')
-rw-r--r-- | ksim/library/pluginloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |