summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-20 11:38:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-20 18:42:42 +0900
commit4864f9daf68cb9441a2aa42e861a08beb8a3e0af (patch)
treef35d77ef0a28d7fa367fcede86f6f221ab76d432 /tdeio
parent9c9f5bf82c7c7d1d9456df8d0f79dc6ea38519b3 (diff)
downloadtdelibs-4864f9daf68cb9441a2aa42e861a08beb8a3e0af.tar.gz
tdelibs-4864f9daf68cb9441a2aa42e861a08beb8a3e0af.zip
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2)
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/tdeio/kprotocolinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tdeio/kprotocolinfo.h b/tdeio/tdeio/kprotocolinfo.h
index c729164ef..000a88323 100644
--- a/tdeio/tdeio/kprotocolinfo.h
+++ b/tdeio/tdeio/kprotocolinfo.h
@@ -98,7 +98,7 @@ public:
*/
static bool isKnownProtocol( const TQString& protocol )
#ifdef KPROTOCOLINFO_TDECORE
- KDE_WEAK_SYMBOL
+ TDE_WEAK_SYMBOL
#endif
;
@@ -227,7 +227,7 @@ public:
*/
static bool isHelperProtocol( const TQString& protocol )
#ifdef KPROTOCOLINFO_TDECORE
- KDE_WEAK_SYMBOL
+ TDE_WEAK_SYMBOL
#endif
;
@@ -255,7 +255,7 @@ public:
*/
static bool isFilterProtocol( const TQString& protocol )
#ifdef KPROTOCOLINFO_TDECORE
- KDE_WEAK_SYMBOL
+ TDE_WEAK_SYMBOL
#endif
;