From a4741f6c87d0ed48e18c7cfb05df66e94b9f97a7 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 --- kiosktool/userManagement.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kiosktool/userManagement.cpp') 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 starttde " "script by adding the following line:

" - "export TDEDIRS=$(kiosktool-tdedirs)

").tqarg(AVAILABLE_SINCE), + "export TDEDIRS=$(kiosktool-tdedirs)

").arg(AVAILABLE_SINCE), i18n("Attention"), "user-profiles"); } @@ -193,7 +193,7 @@ void UserManagementPage::slotAddGroup() { int result = KMessageBox::warningContinueCancel(this, i18n("You already have a profile defined for group %1. " - "Do you want to replace it?").tqarg(group), + "Do you want to replace it?").arg(group), i18n("Duplicate Warning"), i18n("&Replace")); if (result != KMessageBox::Continue) @@ -264,7 +264,7 @@ void UserManagementPage::slotAddUser() { int result = KMessageBox::warningContinueCancel(this, i18n("You already have a profile defined for user %1. " - "Do you want to replace it?").tqarg(user), + "Do you want to replace it?").arg(user), i18n("Duplicate Warning"), i18n("&Replace")); if (result != KMessageBox::Continue) -- cgit v1.2.3