diff options
Diffstat (limited to 'krdc/hostpreferences.cpp')
-rw-r--r-- | krdc/hostpreferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/hostpreferences.cpp b/krdc/hostpreferences.cpp index 1307bd5f..1c8ec573 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-").tqarg(type).tqarg(host); + return TQString("PerHost-%1-%2-").arg(type).arg(host); } |