diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:30:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:30:40 -0600 |
commit | 32459311b349db581cc5fb0d80739a95b3d998b4 (patch) | |
tree | fd6475e6f0e015fce495961d6a0c50027bb95faa /xparts/src/kde/xparthost_kpart.cpp | |
parent | ef5a04df564ad5c27406c41fb55e32ad3aa39d25 (diff) | |
download | tdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.tar.gz tdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.zip |
Rename additional global TQt functions
Diffstat (limited to 'xparts/src/kde/xparthost_kpart.cpp')
-rw-r--r-- | xparts/src/kde/xparthost_kpart.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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() ); } |