diff options
Diffstat (limited to 'src/kmplayer_asx.h')
-rw-r--r-- | src/kmplayer_asx.h | 8 |
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 |