summaryrefslogtreecommitdiffstats
path: root/kpf/src/AppletItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/AppletItem.cpp')
-rw-r--r--kpf/src/AppletItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp
index e5d3dc51..489b2036 100644
--- a/kpf/src/AppletItem.cpp
+++ b/kpf/src/AppletItem.cpp
@@ -62,7 +62,7 @@ namespace KPF
(new TQVBoxLayout(this))->addWidget(graph_);
- TQString popupTitle(i18n("kpf - %1").tqarg(server_->root()));
+ TQString popupTitle(i18n("kpf - %1").arg(server_->root()));
popup_ = new KPopupMenu(this);