diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:38:52 +0900 |
commit | 68b14f31cdc7c80e149a434fac04905e22a70f94 (patch) | |
tree | df7a046051ee22c0cc274325e9245ae835ab7d69 /kopete/protocols/msn/dummy.cpp | |
parent | 9b9763c73df7717794550600bc647d835e8455d5 (diff) | |
download | tdenetwork-68b14f31cdc7c80e149a434fac04905e22a70f94.tar.gz tdenetwork-68b14f31cdc7c80e149a434fac04905e22a70f94.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dd8d99038909d994be861a5e772e337cf17a66bf)
Diffstat (limited to 'kopete/protocols/msn/dummy.cpp')
-rw-r--r-- | kopete/protocols/msn/dummy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/msn/dummy.cpp b/kopete/protocols/msn/dummy.cpp index c1273f3a..30969535 100644 --- a/kopete/protocols/msn/dummy.cpp +++ b/kopete/protocols/msn/dummy.cpp @@ -1,3 +1,3 @@ -#include "kdemacros.h" +#include "tdemacros.h" extern "C" TDE_EXPORT void *init_libkopete_msn_shared(); extern "C" TDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); } |