diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 11:17:04 +0900 |
commit | d6705bac5da767ff271b66c0f01ff6ed6352515e (patch) | |
tree | a617f12381b078079df41f885e42af386439cea7 /kmobile | |
parent | 8973dc76ab93ba7acb94478a37f480762a82f19d (diff) | |
download | tdepim-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.h | 2 | ||||
-rw-r--r-- | kmobile/kmobiledevice.h | 2 | ||||
-rw-r--r-- | kmobile/kmobileview.h | 2 | ||||
-rw-r--r-- | kmobile/tdeioslave/tdeio_mobile.cpp | 2 |
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. |