summaryrefslogtreecommitdiffstats
path: root/kmobile
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 16:02:34 +0900
commit7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e (patch)
treef63d015ae98a52b2020591c440eeceae38698c4c /kmobile
parent62c95d25331f3e2d652e2ae995ff51f7cb1f2bcf (diff)
downloadtdepim-7bfa0fb6.tar.gz
tdepim-7bfa0fb6.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d6705bac5da767ff271b66c0f01ff6ed6352515e)
Diffstat (limited to 'kmobile')
-rw-r--r--kmobile/kmobileclient.h2
-rw-r--r--kmobile/kmobiledevice.h2
-rw-r--r--kmobile/kmobileview.h2
-rw-r--r--kmobile/tdeioslave/tdeio_mobile.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kmobile/kmobileclient.h b/kmobile/kmobileclient.h
index bdb5b19a..a064e15a 100644
--- a/kmobile/kmobileclient.h
+++ b/kmobile/kmobileclient.h
@@ -8,7 +8,7 @@
#include <dcopclient.h>
#include <kdemacros.h>
-class KDE_EXPORT KMobileClient : public DCOPClient
+class TDE_EXPORT KMobileClient : public DCOPClient
{
TQ_OBJECT
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h
index 6647ab73..100c668f 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -62,7 +62,7 @@ class TDEConfig;
* @author Helge Deller <deller@kde.org>
*/
-class KDE_EXPORT KMobileDevice : public KLibFactory
+class TDE_EXPORT KMobileDevice : public KLibFactory
{
TQ_OBJECT
diff --git a/kmobile/kmobileview.h b/kmobile/kmobileview.h
index d8862b85..e58b286d 100644
--- a/kmobile/kmobileview.h
+++ b/kmobile/kmobileview.h
@@ -20,7 +20,7 @@ class KMobileItem;
* @author Helge Deller <deller@kde.org>
* @version 0.1
*/
-class KDE_EXPORT KMobileView : public TQIconView, public kmobileIface
+class TDE_EXPORT KMobileView : public TQIconView, public kmobileIface
{
TQ_OBJECT
diff --git a/kmobile/tdeioslave/tdeio_mobile.cpp b/kmobile/tdeioslave/tdeio_mobile.cpp
index 7b254410..9a00ba38 100644
--- a/kmobile/tdeioslave/tdeio_mobile.cpp
+++ b/kmobile/tdeioslave/tdeio_mobile.cpp
@@ -40,7 +40,7 @@ using namespace TDEIO;
#define TDEIO_MOBILE_DEBUG_AREA 7126
#define PRINT_DEBUG kdDebug(TDEIO_MOBILE_DEBUG_AREA) << "tdeio_mobile: "
-extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); }
+extern "C" { TDE_EXPORT int kdemain(int argc, char **argv); }
/**
* The main program.