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-03 13:17:15 +0900
commit22a46b7525fb4db31bdd603c7a18a9204144ef0f (patch)
tree3b66e89fa223a12e750ac61ce9bbb5238adc221a /src/kmplayer_asx.h
parent132da05296348b21a3c600ecc299d3440e8f0f72 (diff)
downloadkmplayer-22a46b7525fb4db31bdd603c7a18a9204144ef0f.tar.gz
kmplayer-22a46b7525fb4db31bdd603c7a18a9204144ef0f.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
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