From 30cc1f3718654ea8ccd594073d47544680d11182 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:39 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f3a9c5ace2048794e4432ddc71401b41d3361e4b. --- smb4k/browser/smb4knetworkbrowser_part.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'smb4k/browser/smb4knetworkbrowser_part.cpp') diff --git a/smb4k/browser/smb4knetworkbrowser_part.cpp b/smb4k/browser/smb4knetworkbrowser_part.cpp index 3ef0e6c..4d905a1 100644 --- a/smb4k/browser/smb4knetworkbrowser_part.cpp +++ b/smb4k/browser/smb4knetworkbrowser_part.cpp @@ -619,7 +619,7 @@ void Smb4KNetworkBrowserPart::slotItemCollapsed( TQListViewItem *item ) { Smb4KNetworkBrowserItem *browser_item = static_cast( item ); - // Remove all children if we have a host item, because we + // Remove all tqchildren if we have a host item, because we // do not want shares already displayed before the user provided // the login data. if ( browser_item && browser_item->type() == Smb4KNetworkBrowserItem::Host ) @@ -903,7 +903,7 @@ void Smb4KNetworkBrowserPart::slotWorkgroupMembers( const TQString &workgroup, c } else { - // Add the children to the childless host item: + // Add the tqchildren to the childless host item: for ( TQValueList::ConstIterator it = list.begin(); it != list.end(); ++it ) { // In case the whole list of known hosts is emitted by the scanner, @@ -1151,7 +1151,7 @@ void Smb4KNetworkBrowserPart::slotShares( const TQString &host, const TQValueLis } else { - // Add the children to the childless host item: + // Add the tqchildren to the childless host item: for ( TQValueList::ConstIterator it = list.begin(); it != list.end(); ++it ) { // Respect the settings the user chose to use: @@ -1331,7 +1331,7 @@ void Smb4KNetworkBrowserPart::slotInsertHost( Smb4KHostItem *item ) if ( workgroup_item ) { // Check if the host item is already there. We traverse - // workgroup's children for that: + // workgroup's tqchildren for that: Smb4KNetworkBrowserItem *host_item = static_cast( workgroup_item->firstChild() ); while ( host_item ) @@ -1676,7 +1676,7 @@ void Smb4KNetworkBrowserPart::slotUnmount() if ( browser_item && browser_item->type() == Smb4KNetworkBrowserItem::Share && browser_item->isMounted() ) { - TQString share_name = TQString( "//%1/%2" ).arg( browser_item->shareItem()->host(), + TQString share_name = TQString( "//%1/%2" ).tqarg( browser_item->shareItem()->host(), browser_item->shareItem()->name() ); TQValueList list = Smb4KCore::mounter()->findShareByName( share_name ); @@ -1729,7 +1729,7 @@ void Smb4KNetworkBrowserPart::slotMarkMountedShares() { Smb4KShareItem *share_item = static_cast( item )->shareItem(); - TQValueList list = Smb4KCore::mounter()->findShareByName( TQString( "//%1/%2" ).arg( share_item->host(), share_item->name() ) ); + TQValueList list = Smb4KCore::mounter()->findShareByName( TQString( "//%1/%2" ).tqarg( share_item->host(), share_item->name() ) ); if ( list.isEmpty() ) { -- cgit v1.2.3