summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_externaltool.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:12 -0600
commit3b68f156c6c97fcccaa4ed31b5e901e2fad95a81 (patch)
tree1db844201ed3d2d715ca008743a9e8ea0235aa16 /ksquirrel/sq_externaltool.cpp
parentbc35492ff852bb290006909536af53391753513f (diff)
downloadksquirrel-3b68f156c6c97fcccaa4ed31b5e901e2fad95a81.tar.gz
ksquirrel-3b68f156c6c97fcccaa4ed31b5e901e2fad95a81.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit bc35492ff852bb290006909536af53391753513f.
Diffstat (limited to 'ksquirrel/sq_externaltool.cpp')
-rw-r--r--ksquirrel/sq_externaltool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_externaltool.cpp b/ksquirrel/sq_externaltool.cpp
index 93ff52e..cd5a5f7 100644
--- a/ksquirrel/sq_externaltool.cpp
+++ b/ksquirrel/sq_externaltool.cpp
@@ -171,7 +171,7 @@ void SQ_ExternalTool::slotAboutToShowMenu()
TQString file = KStringHandler::rsqueeze(item->name(), 30);
// finally, change title
- TQString final = (items.count() == 1 || items.count() == 0) ? file : (file + TQString::fromLatin1(" (+%1)").arg(items.count()-1));
+ TQString final = (items.count() == 1 || items.count() == 0) ? file : (file + TQString::tqfromLatin1(" (+%1)").tqarg(items.count()-1));
menu->changeTitle(final);
}