summaryrefslogtreecommitdiffstats
path: root/kcalc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:49:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 17:42:00 +0900
commit713876207189dee076b1dbb0296c124ccac38b76 (patch)
treefcafe3aa3c66eaf012892cee0a9692f6ec690709 /kcalc
parent0600279d2db836586db19924e74abaf3a81b0480 (diff)
downloadtdeutils-713876207189dee076b1dbb0296c124ccac38b76.tar.gz
tdeutils-713876207189dee076b1dbb0296c124ccac38b76.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
Diffstat (limited to 'kcalc')
-rw-r--r--kcalc/kcalc.cpp2
-rw-r--r--kcalc/knumber/knumber.h2
2 files changed, 2 insertions, 2 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,
diff --git a/kcalc/knumber/knumber.h b/kcalc/knumber/knumber.h
index 2bccc35..e5f60e3 100644
--- a/kcalc/knumber/knumber.h
+++ b/kcalc/knumber/knumber.h
@@ -59,7 +59,7 @@ class TQString;
*
* @author Klaus Niederkrueger <kniederk@math.uni-koeln.de>
*/
-class KDE_EXPORT KNumber
+class TDE_EXPORT KNumber
{
public:
static KNumber const Zero;