summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/invitedialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/invitedialog.cc')
-rw-r--r--krfb/krfb/invitedialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/krfb/krfb/invitedialog.cc b/krfb/krfb/invitedialog.cc
index 73d55b75..f3b202a9 100644
--- a/krfb/krfb/invitedialog.cc
+++ b/krfb/krfb/invitedialog.cc
@@ -59,7 +59,7 @@ void InviteDialog::enableInviteButton( bool enable )
void InviteDialog::setInviteCount( int count )
{
m_inviteWidget->btnManageInvite->setText(
- i18n( "&Manage Invitations (%1)..." ).tqarg( count ) );
+ i18n( "&Manage Invitations (%1)..." ).arg( count ) );
}
#include "invitedialog.moc"