From feae001a0240fdca57cc68779f59f88e6af49335 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:35:48 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit 5183781c5dddd8447b308c24b2d7f9257bd0bcad) --- src/option/k3bthemeoptiontab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/option/k3bthemeoptiontab.cpp') diff --git a/src/option/k3bthemeoptiontab.cpp b/src/option/k3bthemeoptiontab.cpp index 45e435c..2872dd0 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; } -- cgit v1.2.3