summaryrefslogtreecommitdiffstats
path: root/krusader/Locate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:24 -0600
commit9fae0887708c35fc8ad295a03417c07feeb653dc (patch)
tree2813e4cd31ce8818d37f1e833e7e5bcca494152d /krusader/Locate
parent02c9636ebca6d98672d0d14528007b48e02d265a (diff)
downloadkrusader-9fae0887708c35fc8ad295a03417c07feeb653dc.tar.gz
krusader-9fae0887708c35fc8ad295a03417c07feeb653dc.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'krusader/Locate')
-rwxr-xr-xkrusader/Locate/locate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Locate/locate.cpp b/krusader/Locate/locate.cpp
index b4d75e1..5748ac3 100755
--- a/krusader/Locate/locate.cpp
+++ b/krusader/Locate/locate.cpp
@@ -573,7 +573,7 @@ void LocateDlg::feedToListBox()
int listBoxNum = krConfig->readNumEntry( "Feed To Listbox Counter", 1 );
TQString queryName;
do {
- queryName = i18n("Locate results")+TQString( " %1" ).tqarg( listBoxNum++ );
+ queryName = i18n("Locate results")+TQString( " %1" ).arg( listBoxNum++ );
}while( v.vfs_search( queryName ) != 0 );
krConfig->writeEntry( "Feed To Listbox Counter", listBoxNum );