summaryrefslogtreecommitdiffstats
path: root/src/kmplayertvsource.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:15:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:22:48 +0900
commitc5d77586845f1afdb3869941ed4612de6be566a0 (patch)
treef0fd879959ef68abe19bc21e9f2e58ed04e9b55a /src/kmplayertvsource.h
parent2debdf218d21f3e2efc518481f0aea57a46b6539 (diff)
downloadkmplayer-c5d77586.tar.gz
kmplayer-c5d77586.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22a46b7525fb4db31bdd603c7a18a9204144ef0f)
Diffstat (limited to 'src/kmplayertvsource.h')
-rw-r--r--src/kmplayertvsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayertvsource.h b/src/kmplayertvsource.h
index 85d2842..09aba96 100644
--- a/src/kmplayertvsource.h
+++ b/src/kmplayertvsource.h
@@ -137,7 +137,7 @@ public:
TVDocument (KMPlayerTVSource *);
KMPlayer::NodePtr childFromTag (const TQString &);
void defer ();
- KDE_NO_EXPORT const char * nodeName () const { return "tvdevices"; }
+ TDE_NO_EXPORT const char * nodeName () const { return "tvdevices"; }
void childDone (KMPlayer::NodePtr child);
};