From 1fe043c85008f5af4ff6c0e3ce028bfecbcd9182 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:53 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit 10f886b2fa3fbe9397f6dcaf0db77f1e706b2356) --- kbabel/common/catalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel/common/catalog.h') diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h index f5c37309..06d641eb 100644 --- a/kbabel/common/catalog.h +++ b/kbabel/common/catalog.h @@ -107,7 +107,7 @@ struct DiffEntry * @short Class, that represents a translation catalog(po-file) * @author Matthias Kiefer */ -class KDE_EXPORT Catalog : public TQObject +class TDE_EXPORT Catalog : public TQObject { TQ_OBJECT -- cgit v1.2.1