|
|
|
@ -1501,8 +1501,7 @@ KDE_NO_EXPORT void KMPlayerApp::slotStatusMsg (const TQString &text) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
KDE_NO_EXPORT void KMPlayerApp::fullScreen () {
|
|
|
|
|
// if (TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender ()))->metaObject ()->inherits ("TDEAction"))
|
|
|
|
|
if (TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender ()))->inherits ("TDEAction"))
|
|
|
|
|
if (sender()->inherits("TDEAction"))
|
|
|
|
|
m_view->fullScreen();
|
|
|
|
|
#if KDE_IS_VERSION(3,1,90)
|
|
|
|
|
viewFullscreen->setChecked (m_view->isFullScreen ());
|
|
|
|
|