diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 18:14:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:09:04 +0900 |
commit | 2a176d870b89f26ed4ea7032390f4a2f9d56fe0b (patch) | |
tree | f23f2a2175404d0c3e890f70af6d1616ff4f8d30 | |
parent | 576088df11c9426287fced812b7ee733afbf7223 (diff) | |
download | basket-2a176d870b89f26ed4ea7032390f4a2f9d56fe0b.tar.gz basket-2a176d870b89f26ed4ea7032390f4a2f9d56fe0b.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 943373aa8fb9329373022f3a18ad1038a2273a96)
-rw-r--r-- | kontact_plugin/uniqueapphandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h index 9b3b93e..aceb46e 100644 --- a/kontact_plugin/uniqueapphandler.h +++ b/kontact_plugin/uniqueapphandler.h @@ -24,7 +24,7 @@ #include <dcopobject.h> #include <kontact/plugin.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace Kontact { |