diff options
Diffstat (limited to 'interfaces/terminal/kde_terminal_interface.h')
-rw-r--r-- | interfaces/terminal/kde_terminal_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/terminal/kde_terminal_interface.h b/interfaces/terminal/kde_terminal_interface.h index 450d1e27d..0e3acb22f 100644 --- a/interfaces/terminal/kde_terminal_interface.h +++ b/interfaces/terminal/kde_terminal_interface.h @@ -60,7 +60,7 @@ class TQStrList; * setCentralWidget( p->widget() ); * * // cast the part to the TerminalInterface.. - * TerminalInterface* t = static_cast<TerminalInterface*>( p->qt_cast( "TerminalInterface" ) ); + * TerminalInterface* t = static_cast<TerminalInterface*>( p->tqqt_cast( "TerminalInterface" ) ); * if( ! t ) * { * // This probably happens because the konsole that is installed |