From 9ee4144afedd77175dd068e60ef09399c684dcee Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 29 Jan 2011 00:07:20 +0000 Subject: Restored qt_cast() git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217837 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- interfaces/terminal/kde_terminal_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/terminal/kde_terminal_interface.h') diff --git a/interfaces/terminal/kde_terminal_interface.h b/interfaces/terminal/kde_terminal_interface.h index 0e3acb22f..450d1e27d 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( p->tqqt_cast( "TerminalInterface" ) ); + * TerminalInterface* t = static_cast( p->qt_cast( "TerminalInterface" ) ); * if( ! t ) * { * // This probably happens because the konsole that is installed -- cgit v1.2.1