summaryrefslogtreecommitdiffstats
path: root/kiosktool/userManagement.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/userManagement.cpp
parentc78679b11d65eff6ef84ed37e49eb08f46957e52 (diff)
downloadkiosktool-a4741f6c87d0ed48e18c7cfb05df66e94b9f97a7.tar.gz
kiosktool-a4741f6c87d0ed48e18c7cfb05df66e94b9f97a7.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'kiosktool/userManagement.cpp')
-rw-r--r--kiosktool/userManagement.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiosktool/userManagement.cpp b/kiosktool/userManagement.cpp
index 4bfee8b..697a37a 100644
--- a/kiosktool/userManagement.cpp
+++ b/kiosktool/userManagement.cpp
@@ -82,7 +82,7 @@ void UserManagementPage::slotShowNotice()
"If you want to use these profiles in combination with older versions you need "
"to manually set the $TDEDIRS environment variable from the <b>starttde</b> "
"script by adding the following line:<br><br>"
- "<i>export TDEDIRS=$(kiosktool-tdedirs)</i><br><br>").tqarg(AVAILABLE_SINCE),
+ "<i>export TDEDIRS=$(kiosktool-tdedirs)</i><br><br>").arg(AVAILABLE_SINCE),
i18n("Attention"), "user-profiles");
}
@@ -193,7 +193,7 @@ void UserManagementPage::slotAddGroup()
{
int result = KMessageBox::warningContinueCancel(this,
i18n("<qt>You already have a profile defined for group <b>%1</b>. "
- "Do you want to replace it?</qt>").tqarg(group),
+ "Do you want to replace it?</qt>").arg(group),
i18n("Duplicate Warning"),
i18n("&Replace"));
if (result != KMessageBox::Continue)
@@ -264,7 +264,7 @@ void UserManagementPage::slotAddUser()
{
int result = KMessageBox::warningContinueCancel(this,
i18n("<qt>You already have a profile defined for user <b>%1</b>. "
- "Do you want to replace it?</<qt>").tqarg(user),
+ "Do you want to replace it?</<qt>").arg(user),
i18n("Duplicate Warning"),
i18n("&Replace"));
if (result != KMessageBox::Continue)