From 143fbfa76907357bb86e0daa9fc47065ca8cf65d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:20:21 -0600 Subject: Rename additional members for tqt3 --- lib/util/kdevshellwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/util/kdevshellwidget.cpp') diff --git a/lib/util/kdevshellwidget.cpp b/lib/util/kdevshellwidget.cpp index 8d217274..5eb7c871 100644 --- a/lib/util/kdevshellwidget.cpp +++ b/lib/util/kdevshellwidget.cpp @@ -57,7 +57,7 @@ void KDevShellWidget::activate( ) m_konsolePart->widget()->show(); - TerminalInterface* ti = static_cast( m_konsolePart->qt_cast( "TerminalInterface" ) ); + TerminalInterface* ti = static_cast( m_konsolePart->tqt_cast( "TerminalInterface" ) ); if( !ti ) return; if ( !m_shellName.isEmpty() ) @@ -92,7 +92,7 @@ void KDevShellWidget::processExited( KProcess * proc ) void KDevShellWidget::sendInput( const TQString & text ) { if ( !m_konsolePart ) return; - TerminalInterface* ti = static_cast( m_konsolePart->qt_cast( "TerminalInterface" ) ); + TerminalInterface* ti = static_cast( m_konsolePart->tqt_cast( "TerminalInterface" ) ); if( !ti ) return; ti->sendInput( text ); -- cgit v1.2.3