diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 21:00:46 +0900 |
commit | 04db7b27ae6c6a865c014c1d7653e6a638ec6a5c (patch) | |
tree | ebfc5089af4b73f15c71d9294a7f44b707cf60ef /libtdepim/ksubscription.h | |
parent | 1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff) | |
download | tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.tar.gz tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd)
Diffstat (limited to 'libtdepim/ksubscription.h')
-rw-r--r-- | libtdepim/ksubscription.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/ksubscription.h b/libtdepim/ksubscription.h index 97488fde6..e85571a31 100644 --- a/libtdepim/ksubscription.h +++ b/libtdepim/ksubscription.h @@ -29,7 +29,7 @@ #include <tqcheckbox.h> #include <kdialogbase.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "kfoldertree.h" class KSubscription; |