-
- // TODO: in KDE3 the following code worked:
- // m_terminal = static_cast<TerminalInterface*>(part->qt_cast("TerminalInterface"));
- // which does not work anymore in Qt4. As temporary workaround <konsole_part.h> is
- // included directly:
- m_terminal = static_cast<TerminalInterface*>(reinterpret_cast<konsolePart*>(part));