summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:49:05 +0900
committerMichele Calgaro <[email protected]>2024-05-05 17:49:05 +0900
commit2192355d1511c56c255a2d39f701c25f3ef0fdcf (patch)
treedc0e7e087c33e969e34642ad4ae53bc49f297b10 /kcalc/kcalc.cpp
parent8d85c209631d50f8baa16d08baafabb7432f825a (diff)
downloadtdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.tar.gz
tdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcalc/kcalc.cpp')
-rw-r--r--kcalc/kcalc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc.cpp b/kcalc/kcalc.cpp
index 130bf43..8d06d30 100644
--- a/kcalc/kcalc.cpp
+++ b/kcalc/kcalc.cpp
@@ -2267,7 +2267,7 @@ bool KCalculator::eventFilter(TQObject *o, TQEvent *e)
#include "kcalc.moc"
-extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
+extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
{
TDEAboutData aboutData( "kcalc", I18N_NOOP("KCalc"),
version, description, TDEAboutData::License_GPL,