diff --git a/formats/slideshow/SRF_SlideShow.php b/formats/slideshow/SRF_SlideShow.php index 50e55c26d..ef26eeaae 100644 --- a/formats/slideshow/SRF_SlideShow.php +++ b/formats/slideshow/SRF_SlideShow.php @@ -1,4 +1,9 @@ getPrintRequests() as $key => $printrequest ) { $data = $printrequest->getData(); - if ( $data instanceof SMWPropertyValue ) { + if ( $data instanceof PropertyValue ) { $name = $data->getDataItem()->getKey(); } else { $name = null; @@ -107,16 +112,16 @@ protected function getResultText( SMWQueryResult $res, $outputmode ) { * Check whether a "further results" link would normally be generated for this * result set with the given parameters. * - * @param SMWQueryResult $results + * @param QueryResult $results * * @return bool */ - protected function linkFurtherResults( SMWQueryResult $results ) { + protected function linkFurtherResults( QueryResult $results ) { return false; } /** - * @see SMWResultPrinter::getParamDefinitions + * @see ResultPrinter::getParamDefinitions * * @since 1.8 *