diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:15:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 12:22:48 +0900 |
commit | c5d77586845f1afdb3869941ed4612de6be566a0 (patch) | |
tree | f0fd879959ef68abe19bc21e9f2e58ed04e9b55a /src/viewarea.h | |
parent | 2debdf218d21f3e2efc518481f0aea57a46b6539 (diff) | |
download | kmplayer-c5d77586845f1afdb3869941ed4612de6be566a0.tar.gz kmplayer-c5d77586845f1afdb3869941ed4612de6be566a0.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/viewarea.h')
-rw-r--r-- | src/viewarea.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/viewarea.h b/src/viewarea.h index 34c1e97..502d7d0 100644 --- a/src/viewarea.h +++ b/src/viewarea.h @@ -38,10 +38,10 @@ class KMPLAYER_EXPORT ViewArea : public TQWidget { public: ViewArea (TQWidget * parent, View * view); ~ViewArea (); - KDE_NO_EXPORT bool isFullScreen () const { return m_fullscreen; } - KDE_NO_EXPORT bool isMinimalMode () const { return m_minimal; } - KDE_NO_EXPORT TDEActionCollection * actionCollection () const { return m_collection; } - KDE_NO_EXPORT TQRect topWindowRect () const { return m_topwindow_rect; } + TDE_NO_EXPORT bool isFullScreen () const { return m_fullscreen; } + TDE_NO_EXPORT bool isMinimalMode () const { return m_minimal; } + TDE_NO_EXPORT TDEActionCollection * actionCollection () const { return m_collection; } + TDE_NO_EXPORT TQRect topWindowRect () const { return m_topwindow_rect; } SurfacePtr getSurface (NodePtr node); void setAudioVideoGeometry (const IRect &rect, unsigned int * bg); void setAudioVideoNode (NodePtr n); |