summaryrefslogtreecommitdiffstats
path: root/amarok/src/Options2.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:29 -0600
commit708e0debf366cbe6a2c966a3127ba82a9fdc07e5 (patch)
tree07f554e6804d9f39c420329bee10497248886c41 /amarok/src/Options2.ui.h
parent2d3d921590b44ae1e8864104f3e36d022bec0308 (diff)
downloadamarok-708e0debf366cbe6a2c966a3127ba82a9fdc07e5.tar.gz
amarok-708e0debf366cbe6a2c966a3127ba82a9fdc07e5.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 2d3d921590b44ae1e8864104f3e36d022bec0308.
Diffstat (limited to 'amarok/src/Options2.ui.h')
-rw-r--r--amarok/src/Options2.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/Options2.ui.h b/amarok/src/Options2.ui.h
index 16b4d6a7..5aedc187 100644
--- a/amarok/src/Options2.ui.h
+++ b/amarok/src/Options2.ui.h
@@ -137,7 +137,7 @@ void Options2::uninstallPushButton_clicked()
return;
if( KMessageBox::warningContinueCancel( 0,
- i18n( "<p>Are you sure you want to uninstall the theme <strong>%1</strong>?</p>" ).arg( name ),
+ i18n( "<p>Are you sure you want to uninstall the theme <strong>%1</strong>?</p>" ).tqarg( name ),
i18n("Uninstall Theme"), i18n("Uninstall") ) == KMessageBox::Cancel )
return;
@@ -152,7 +152,7 @@ void Options2::uninstallPushButton_clicked()
if( !KIO::NetAccess::del( themeDir, 0 ) ) {
KMessageBox::sorry( 0, i18n( "<p>Could not uninstall this theme.</p>"
"<p>You may not have sufficient permissions to delete the folder <strong>%1<strong></p>."
- ).arg( themeDir.isLocalFile() ? themeDir.path() : themeDir.url() ) );
+ ).tqarg( themeDir.isLocalFile() ? themeDir.path() : themeDir.url() ) );
return;
}