From 32459311b349db581cc5fb0d80739a95b3d998b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:30:40 -0600 Subject: Rename additional global TQt functions --- xparts/src/kde/xparthost_kpart.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xparts/src/kde/xparthost_kpart.cpp') diff --git a/xparts/src/kde/xparthost_kpart.cpp b/xparts/src/kde/xparthost_kpart.cpp index cd9ca39e..79815337 100644 --- a/xparts/src/kde/xparthost_kpart.cpp +++ b/xparts/src/kde/xparthost_kpart.cpp @@ -50,7 +50,7 @@ DCOPRef XPartHost_KPart::registerXPart( const DCOPRef &part ) embed->show(); DCOPRef ref = m_stub->queryExtension("browserextension"); if( !ref.isNull() ) { - qDebug(" found browser extension "); + tqDebug(" found browser extension "); be = new KBrowserSignals( this, ref ); } return DCOPRef( kapp->dcopClient()->appId(), objId() ); @@ -59,7 +59,7 @@ DCOPRef XPartHost_KPart::registerXPart( const DCOPRef &part ) void XPartHost_KPart::createActions( const TQCString &xmlActions ) { - qDebug("--> createActions"); + tqDebug("--> createActions"); // creates a set of actions and adds them to the actionCollection TQDomDocument d; d.setContent( xmlActions ); @@ -119,7 +119,7 @@ void XPartHost_KPart::canceled( const TQString &errMsg ) bool XPartHost_KPart::openURL( const KURL &url ) { - qDebug("XPartHost_KPart::openUrl()"); + tqDebug("XPartHost_KPart::openUrl()"); return m_stub->openURL( url.url().latin1() ); } -- cgit v1.2.1