diff options
Diffstat (limited to 'kpackage/search.cpp')
-rw-r--r-- | kpackage/search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/search.cpp b/kpackage/search.cpp index 8338ee8..a2cf9ff 100644 --- a/kpackage/search.cpp +++ b/kpackage/search.cpp @@ -104,7 +104,7 @@ void Search::ok_slot() } if (pkg == 0) KpMsg(i18n("Note"), - i18n("%1 was not found.").tqarg(to_find),TRUE); + i18n("%1 was not found.").arg(to_find),TRUE); } void Search::done_slot() |