summaryrefslogtreecommitdiffstats
path: root/src/viewarea.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:48 -0600
commit0308f7944757919f45f8217c4dd92ad751292c85 (patch)
tree57100e03f048bd77469400689da01f5cc1846eb4 /src/viewarea.cpp
parent9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff)
downloadkmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz
kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/viewarea.cpp')
-rw-r--r--src/viewarea.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewarea.cpp b/src/viewarea.cpp
index 858f3d7..439a20e 100644
--- a/src/viewarea.cpp
+++ b/src/viewarea.cpp
@@ -1342,7 +1342,7 @@ KDE_NO_CDTOR_EXPORT ViewArea::ViewArea (TQWidget * parent, View * view)
: TQWidget (parent, "kde_kmplayer_viewarea", WResizeNoErase | WRepaintNoErase),
m_parent (parent),
m_view (view),
- m_collection (new KActionCollection (this)),
+ m_collection (new TDEActionCollection (this)),
surface (new ViewSurface (this)),
m_mouse_invisible_timer (0),
m_repaint_timer (0),
@@ -1353,7 +1353,7 @@ KDE_NO_CDTOR_EXPORT ViewArea::ViewArea (TQWidget * parent, View * view)
m_minimal (false) {
setEraseColor (TQColor (0, 0, 0));
setAcceptDrops (true);
- new KAction (i18n ("Fullscreen"), KShortcut (TQt::Key_F), TQT_TQOBJECT(this), TQT_SLOT (accelActivated ()), m_collection, "view_fullscreen_toggle");
+ new TDEAction (i18n ("Fullscreen"), TDEShortcut (TQt::Key_F), TQT_TQOBJECT(this), TQT_SLOT (accelActivated ()), m_collection, "view_fullscreen_toggle");
setMouseTracking (true);
if (!image_data_map)
imageCacheDeleter.setObject (image_data_map, new ImageDataMap);