summaryrefslogtreecommitdiffstats
path: root/kiosktool/profilePropsPage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:50 -0600
commita4741f6c87d0ed48e18c7cfb05df66e94b9f97a7 (patch)
tree819e4277d8029879cc1fc0caa46b50452a5d6116 /kiosktool/profilePropsPage.cpp
parentc78679b11d65eff6ef84ed37e49eb08f46957e52 (diff)
downloadkiosktool-a4741f6c87d0ed48e18c7cfb05df66e94b9f97a7.tar.gz
kiosktool-a4741f6c87d0ed48e18c7cfb05df66e94b9f97a7.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'kiosktool/profilePropsPage.cpp')
-rw-r--r--kiosktool/profilePropsPage.cpp4
1 files changed, 2 insertions, 2 deletions
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("<qt>The user <b>%1</b> is not an existing user.</qt>").tqarg(user));
+ i18n("<qt>The user <b>%1</b> is not an existing user.</qt>").arg(user));
comboUser->setFocus();
return false;
}
@@ -182,7 +182,7 @@ bool ProfilePropsPage::save()
i18n("<qt>The directory for this profile has changed "
"from <b>%1</b> to <b>%2</b>.<p>"
"The following files under <b>%3</b> will be moved to <b>%4</b>")
- .tqarg(m_origInstallDir, installDir, m_origInstallDir, installDir),
+ .arg(m_origInstallDir, installDir, m_origInstallDir, installDir),
fileList,
i18n("Profile Directory Changed"));
if (msgResult != KMessageBox::Continue)