diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:15:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-03 13:17:15 +0900 |
commit | 22a46b7525fb4db31bdd603c7a18a9204144ef0f (patch) | |
tree | 3b66e89fa223a12e750ac61ce9bbb5238adc221a /src/kmplayer.h | |
parent | 132da05296348b21a3c600ecc299d3440e8f0f72 (diff) | |
download | kmplayer-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.h')
-rw-r--r-- | src/kmplayer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayer.h b/src/kmplayer.h index ebe68d7..6c80cb8 100644 --- a/src/kmplayer.h +++ b/src/kmplayer.h @@ -67,12 +67,12 @@ public: void addURL (const KURL& url); KMPlayer::PartBase * player () const { return m_player; } void resizePlayer (int percentage); - KDE_NO_EXPORT TDERecentFilesAction * recentFiles () const { return fileOpenRecent; } - KDE_NO_EXPORT KMPlayer::View *view () const { return m_view; } + TDE_NO_EXPORT TDERecentFilesAction * recentFiles () const { return fileOpenRecent; } + TDE_NO_EXPORT KMPlayer::View *view () const { return m_view; } bool broadcasting () const; void showBroadcastConfig (); void hideBroadcastConfig (); - KDE_NO_EXPORT KMPlayerBroadcastConfig * broadcastConfig () const { return m_broadcastconfig; } + TDE_NO_EXPORT KMPlayerBroadcastConfig * broadcastConfig () const { return m_broadcastconfig; } /* After createGUI() some menu's have to readded again */ void initMenu (); void restoreFromConfig (); |