summaryrefslogtreecommitdiffstats
path: root/kmobile
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:46 +0900
committerMichele Calgaro <[email protected]>2024-05-06 11:17:04 +0900
commitd6705bac5da767ff271b66c0f01ff6ed6352515e (patch)
treea617f12381b078079df41f885e42af386439cea7 /kmobile
parent8973dc76ab93ba7acb94478a37f480762a82f19d (diff)
downloadtdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.tar.gz
tdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
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 bdb5b19a2..a064e15a1 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 6647ab73c..100c668fb 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -62,7 +62,7 @@ class TDEConfig;
* @author Helge Deller <[email protected]>
*/
-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 d8862b853..e58b286d4 100644
--- a/kmobile/kmobileview.h
+++ b/kmobile/kmobileview.h
@@ -20,7 +20,7 @@ class KMobileItem;
* @author Helge Deller <[email protected]>
* @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 7b2544100..9a00ba38e 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.