summaryrefslogtreecommitdiffstats
path: root/kdirstat/kcleanupcollection.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:04 -0600
commita327682a10bf292b58ea4f2b5d47509f3150a5c6 (patch)
tree0d195090492524b7a80f499453d2d29f024a1ff6 /kdirstat/kcleanupcollection.cpp
parentc71ade2e373d85acf1357494b42202293dd771d2 (diff)
downloadkdirstat-a327682a10bf292b58ea4f2b5d47509f3150a5c6.tar.gz
kdirstat-a327682a10bf292b58ea4f2b5d47509f3150a5c6.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit c71ade2e373d85acf1357494b42202293dd771d2.
Diffstat (limited to 'kdirstat/kcleanupcollection.cpp')
-rw-r--r--kdirstat/kcleanupcollection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kcleanupcollection.cpp b/kdirstat/kcleanupcollection.cpp
index 39f0b1c..627b979 100644
--- a/kdirstat/kcleanupcollection.cpp
+++ b/kdirstat/kcleanupcollection.cpp
@@ -228,10 +228,10 @@ KCleanupCollection::addUserCleanups( int number )
if ( _nextUserCleanupNo <= 9 )
// Provide a keyboard shortcut for cleanup #0..#9
- title=i18n( "User Defined Cleanup #&%1" ).arg(_nextUserCleanupNo);
+ title=i18n( "User Defined Cleanup #&%1" ).tqarg(_nextUserCleanupNo);
else
// No keyboard shortcuts for cleanups #10.. - they would be duplicates
- title=i18n( "User Defined Cleanup #%1" ).arg(_nextUserCleanupNo);
+ title=i18n( "User Defined Cleanup #%1" ).tqarg(_nextUserCleanupNo);
_nextUserCleanupNo++;