diff options
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); |