summaryrefslogtreecommitdiffstats
path: root/libkgpgfile/kgpgfile.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:16:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:16:51 +0900
commit22063d77180753d4fddd9840514a5d073e695b5b (patch)
tree9b81a42fd6c1439223e2316b7fe8be790dcebec7 /libkgpgfile/kgpgfile.h
parent2d36eedbf7848a1b8924c51473a205e9463d7620 (diff)
downloadkmymoney-22063d77180753d4fddd9840514a5d073e695b5b.tar.gz
kmymoney-22063d77180753d4fddd9840514a5d073e695b5b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkgpgfile/kgpgfile.h')
-rw-r--r--libkgpgfile/kgpgfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkgpgfile/kgpgfile.h b/libkgpgfile/kgpgfile.h
index d12b718..d94100a 100644
--- a/libkgpgfile/kgpgfile.h
+++ b/libkgpgfile/kgpgfile.h
@@ -56,7 +56,7 @@ class TDEProcess;
* GPGAvailable(). Other, more general methods such as open(), close() and flush() are
* not shown in the above picture.
*/
-class KDE_EXPORT KGPGFile : public TQObject, public TQFile
+class TDE_EXPORT KGPGFile : public TQObject, public TQFile
{
TQ_OBJECT