diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:48 -0600 |
commit | 0308f7944757919f45f8217c4dd92ad751292c85 (patch) | |
tree | 57100e03f048bd77469400689da01f5cc1846eb4 /src/viewarea.h | |
parent | 9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff) | |
download | kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/viewarea.h')
-rw-r--r-- | src/viewarea.h | 6 |
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; |