summaryrefslogtreecommitdiffstats
path: root/krdc/hostpreferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/hostpreferences.cpp')
-rw-r--r--krdc/hostpreferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/hostpreferences.cpp b/krdc/hostpreferences.cpp
index 1c8ec573..1307bd5f 100644
--- a/krdc/hostpreferences.cpp
+++ b/krdc/hostpreferences.cpp
@@ -61,7 +61,7 @@ TQString HostPref::prefix() const {
}
TQString HostPref::prefix(const TQString &host, const TQString &type) {
- return TQString("PerHost-%1-%2-").arg(type).arg(host);
+ return TQString("PerHost-%1-%2-").tqarg(type).tqarg(host);
}