summaryrefslogtreecommitdiffstats
path: root/kbabel/common/catalog.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:53 +0900
committerMichele Calgaro <[email protected]>2024-05-06 17:36:27 +0900
commit1fe043c85008f5af4ff6c0e3ce028bfecbcd9182 (patch)
tree82c29f4d9d1cb15006e86c2f6ed63b073c554ed4 /kbabel/common/catalog.h
parent157f75489048a95ab32acc0b3c6cd74f95bd6186 (diff)
downloadtdesdk-1fe043c85008f5af4ff6c0e3ce028bfecbcd9182.tar.gz
tdesdk-1fe043c85008f5af4ff6c0e3ce028bfecbcd9182.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 10f886b2fa3fbe9397f6dcaf0db77f1e706b2356)
Diffstat (limited to 'kbabel/common/catalog.h')
-rw-r--r--kbabel/common/catalog.h2
1 files changed, 1 insertions, 1 deletions
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 <[email protected]>
*/
-class KDE_EXPORT Catalog : public TQObject
+class TDE_EXPORT Catalog : public TQObject
{
TQ_OBJECT