summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_asx.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:15:51 +0900
committerMichele Calgaro <[email protected]>2024-05-07 12:22:48 +0900
commitc5d77586845f1afdb3869941ed4612de6be566a0 (patch)
treef0fd879959ef68abe19bc21e9f2e58ed04e9b55a /src/kmplayer_asx.h
parent2debdf218d21f3e2efc518481f0aea57a46b6539 (diff)
downloadkmplayer-c5d77586845f1afdb3869941ed4612de6be566a0.tar.gz
kmplayer-c5d77586845f1afdb3869941ed4612de6be566a0.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 22a46b7525fb4db31bdd603c7a18a9204144ef0f)
Diffstat (limited to 'src/kmplayer_asx.h')
-rw-r--r--src/kmplayer_asx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayer_asx.h b/src/kmplayer_asx.h
index 7eec2b9..56efdfc 100644
--- a/src/kmplayer_asx.h
+++ b/src/kmplayer_asx.h
@@ -46,7 +46,7 @@ class KMPLAYER_NO_EXPORT Asx : public Mrl {
public:
KDE_NO_CDTOR_EXPORT Asx (NodePtr & d) : Mrl (d, id_node_asx) {}
NodePtr childFromTag (const TQString & tag);
- KDE_NO_EXPORT const char * nodeName () const { return "ASX"; }
+ TDE_NO_EXPORT const char * nodeName () const { return "ASX"; }
bool expose () const { return !pretty_name.isEmpty (); }
PlayType playType ();
};
@@ -59,7 +59,7 @@ public:
KDE_NO_CDTOR_EXPORT Entry (NodePtr & d)
: Mrl (d, id_node_entry), ref_child_count (0) {}
NodePtr childFromTag (const TQString & tag);
- KDE_NO_EXPORT const char * nodeName () const { return "Entry"; }
+ TDE_NO_EXPORT const char * nodeName () const { return "Entry"; }
/**
* False, but since we might have a 'base' child, we can have a rel. src
*/
@@ -78,7 +78,7 @@ public:
KDE_NO_CDTOR_EXPORT Ref (NodePtr & d) : Mrl (d, id_node_ref) {}
//NodePtr childFromTag (const TQString & tag);
void opened ();
- KDE_NO_EXPORT const char * nodeName () const { return "Ref"; }
+ TDE_NO_EXPORT const char * nodeName () const { return "Ref"; }
bool expose () const;
};
@@ -90,7 +90,7 @@ public:
KDE_NO_CDTOR_EXPORT EntryRef (NodePtr & d) : Mrl (d, id_node_entryref) {}
//NodePtr childFromTag (const TQString & tag);
void opened ();
- KDE_NO_EXPORT const char * nodeName () const { return "EntryRef"; }
+ TDE_NO_EXPORT const char * nodeName () const { return "EntryRef"; }
};
} //namespace ASX