diff options
Diffstat (limited to 'src/option/k3bthemeoptiontab.cpp')
-rw-r--r-- | src/option/k3bthemeoptiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option/k3bthemeoptiontab.cpp b/src/option/k3bthemeoptiontab.cpp index 0e037fc..ec4ca6c 100644 --- a/src/option/k3bthemeoptiontab.cpp +++ b/src/option/k3bthemeoptiontab.cpp @@ -147,7 +147,7 @@ void K3bThemeOptionTab::slotInstallTheme() else sorryText = i18n("Unable to download the icon theme archive.\n" "Please check that address %1 is correct."); - KMessageBox::sorry( this, sorryText.tqarg(themeURL.prettyURL()) ); + KMessageBox::sorry( this, sorryText.arg(themeURL.prettyURL()) ); return; } |