summaryrefslogtreecommitdiffstats
path: root/libkpgp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-02-26 01:07:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-02-26 11:44:39 +0100
commit8dd0afb14153929cc1af6c587b0e942d0d09086c (patch)
tree7be9ae134edcef81f34661c51adf85f356d3f60e /libkpgp
parentbade93e84b47a17bdc77a31d36e78e9c04b4ce96 (diff)
downloadtdepim-8dd0afb14153929cc1af6c587b0e942d0d09086c.tar.gz
tdepim-8dd0afb14153929cc1af6c587b0e942d0d09086c.zip
The workaround that tdepimmacros.h do is no longer needed
and kdemacros.h can be used directly. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e77087ce3d590ddede0a0590caaade9aadc78d41)
Diffstat (limited to 'libkpgp')
-rw-r--r--libkpgp/kpgp.h2
-rw-r--r--libkpgp/kpgpblock.h2
-rw-r--r--libkpgp/kpgpui.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h
index 6628f41e5..8442e3c38 100644
--- a/libkpgp/kpgp.h
+++ b/libkpgp/kpgp.h
@@ -36,7 +36,7 @@
#include <kdialogbase.h>
#include "kpgpkey.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQLineEdit;
class TQCursor;
diff --git a/libkpgp/kpgpblock.h b/libkpgp/kpgpblock.h
index 82001a1de..a1df95bf3 100644
--- a/libkpgp/kpgpblock.h
+++ b/libkpgp/kpgpblock.h
@@ -23,7 +23,7 @@
#include <tqstring.h>
#include <tqstrlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
//#include <tqstringlist.h>
class TQStringList;
diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h
index e933bee56..5cc2d4970 100644
--- a/libkpgp/kpgpui.h
+++ b/libkpgp/kpgpui.h
@@ -29,7 +29,7 @@
#include "kpgp.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQString;
class TQRegExp;