diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 17:48:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 17:48:30 +0900 |
commit | 7b1ff3242d2025f880d2d1f3328f6dc53fa18c6a (patch) | |
tree | 499087fe887f3452df17d3dee1f9449d9a313371 | |
parent | 561d50871c1bafa86a2b6a895cfdd1e2eaf08fd3 (diff) | |
download | kopete-otr-7b1ff3242d2025f880d2d1f3328f6dc53fa18c6a.tar.gz kopete-otr-7b1ff3242d2025f880d2d1f3328f6dc53fa18c6a.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/privkeypopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privkeypopup.cpp b/src/privkeypopup.cpp index 58c92b5..a37f783 100644 --- a/src/privkeypopup.cpp +++ b/src/privkeypopup.cpp @@ -26,7 +26,7 @@ #include "config.h" #endif -#include <kdemacros.h> +#include <tdemacros.h> #include "privkeypopup.h" |