From 68b859629107d1395d503acd48b460242e6dc677 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:36:50 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit a4741f6c87d0ed48e18c7cfb05df66e94b9f97a7) --- kiosktool/profilePropsPage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiosktool/profilePropsPage.cpp') diff --git a/kiosktool/profilePropsPage.cpp b/kiosktool/profilePropsPage.cpp index 4396218..97ca85d 100644 --- a/kiosktool/profilePropsPage.cpp +++ b/kiosktool/profilePropsPage.cpp @@ -150,7 +150,7 @@ bool ProfilePropsPage::save() if (!userInfo.isValid()) { KMessageBox::sorry(this, - i18n("The user %1 is not an existing user.").tqarg(user)); + i18n("The user %1 is not an existing user.").arg(user)); comboUser->setFocus(); return false; } @@ -182,7 +182,7 @@ bool ProfilePropsPage::save() i18n("The directory for this profile has changed " "from %1 to %2.

" "The following files under %3 will be moved to %4") - .tqarg(m_origInstallDir, installDir, m_origInstallDir, installDir), + .arg(m_origInstallDir, installDir, m_origInstallDir, installDir), fileList, i18n("Profile Directory Changed")); if (msgResult != KMessageBox::Continue) -- cgit v1.2.3