summaryrefslogtreecommitdiffstats
path: root/src/viewarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewarea.h')
-rw-r--r--src/viewarea.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/viewarea.h b/src/viewarea.h
index 7de38d8..de3b32d 100644
--- a/src/viewarea.h
+++ b/src/viewarea.h
@@ -22,7 +22,7 @@
#include <tqwidget.h>
-class KActionCollection;
+class TDEActionCollection;
namespace KMPlayer {
@@ -40,7 +40,7 @@ public:
~ViewArea ();
KDE_NO_EXPORT bool isFullScreen () const { return m_fullscreen; }
KDE_NO_EXPORT bool isMinimalMode () const { return m_minimal; }
- KDE_NO_EXPORT KActionCollection * actionCollection () const { return m_collection; }
+ KDE_NO_EXPORT TDEActionCollection * actionCollection () const { return m_collection; }
KDE_NO_EXPORT TQRect topWindowRect () const { return m_topwindow_rect; }
SurfacePtr getSurface (NodePtr node);
void setAudioVideoGeometry (const IRect &rect, unsigned int * bg);
@@ -70,7 +70,7 @@ private:
ViewAreaPrivate * d;
TQWidget * m_parent;
View * m_view;
- KActionCollection * m_collection;
+ TDEActionCollection * m_collection;
SurfacePtr surface;
NodePtrW video_node;
TQRect m_av_geometry;