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 19:18:36 +0900 |
commit | 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd (patch) | |
tree | 95f62323988ce952757dd740ea3e8811b4e2d13f /libkpgp | |
parent | fb95ee4b5acb2be8ee1cb17cdeeaccc5e11dc744 (diff) | |
download | tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.tar.gz tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkpgp')
-rw-r--r-- | libkpgp/kpgp.h | 2 | ||||
-rw-r--r-- | libkpgp/kpgpblock.h | 2 | ||||
-rw-r--r-- | libkpgp/kpgpui.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h index bd7fda9ce..bb4cc6fa6 100644 --- a/libkpgp/kpgp.h +++ b/libkpgp/kpgp.h @@ -36,7 +36,7 @@ #include <kdialogbase.h> #include "kpgpkey.h" -#include <kdemacros.h> +#include <tdemacros.h> class TQLineEdit; class TQCursor; diff --git a/libkpgp/kpgpblock.h b/libkpgp/kpgpblock.h index 736ea20ab..422a04e66 100644 --- a/libkpgp/kpgpblock.h +++ b/libkpgp/kpgpblock.h @@ -23,7 +23,7 @@ #include <tqstring.h> #include <tqstrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> //#include <tqstringlist.h> class TQStringList; diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h index dc2e8db6f..908881337 100644 --- a/libkpgp/kpgpui.h +++ b/libkpgp/kpgpui.h @@ -29,7 +29,7 @@ #include "kpgp.h" -#include <kdemacros.h> +#include <tdemacros.h> class TQString; class TQRegExp; |