summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/trayicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/trayicon.cpp')
-rw-r--r--krfb/krfb/trayicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krfb/krfb/trayicon.cpp b/krfb/krfb/trayicon.cpp
index 14c94bc2..5878b633 100644
--- a/krfb/krfb/trayicon.cpp
+++ b/krfb/krfb/trayicon.cpp
@@ -101,7 +101,7 @@ void TrayIcon::showConnectedMessage(TQString host) {
i18n("The remote user has been authenticated and is now connected."),
trayIconOpen,
this);
- TQToolTip::add(this, i18n("Desktop Sharing - connected with %1").arg(host));
+ TQToolTip::add(this, i18n("Desktop Sharing - connected with %1").tqarg(host));
}
void TrayIcon::showDisconnectedMessage() {