From 537ccfa7e6fcdcb613f2f83744b19fc28f83b79f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:28 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit dc07846059a60d069687585cc72ff501a2096296) --- noatun/modules/winskin/winSkinConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/modules/winskin/winSkinConfig.cpp') diff --git a/noatun/modules/winskin/winSkinConfig.cpp b/noatun/modules/winskin/winSkinConfig.cpp index 0cfd7f90..43940bb7 100644 --- a/noatun/modules/winskin/winSkinConfig.cpp +++ b/noatun/modules/winskin/winSkinConfig.cpp @@ -163,7 +163,7 @@ void WinSkinConfig::remove() // Ask the user first if( KMessageBox::warningContinueCancel( this, - i18n("Are you sure you want to remove the %1 skin?").tqarg( skin_list->currentText() ), TQString(), KStdGuiItem::del() ) + i18n("Are you sure you want to remove the %1 skin?").arg( skin_list->currentText() ), TQString(), KStdGuiItem::del() ) == KMessageBox::Continue ) { mWaSkinManager->removeSkin( skin_list->currentText() ); -- cgit v1.2.1