I want to insert Names of authors in the toc (above the chapter title) like here:

but the suggested methode doesn't work in the scrreprt type of document.
\documentclass[12pt,a4paper,oneside,ngerman]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\begin{document}
\tableofcontents
\chapter{Blabla 1}
sdadasdas
\section{Blabla 1.1}
fd
\subsection{Blabla 1.1.1}
das
\end{document}
Thanks in advance!

\setcounter{lofdepth}{0}or something similar? – Mico May 08 '14 at 11:28\setcounter{lofdepth}{0}doesn't helps. – Dmitri May 08 '14 at 12:30