diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:55:35 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-04 01:10:53 +0200 |
commit | 00e58f1937047eb6c23edbdb3ae7ed5feec7a572 (patch) | |
tree | 33b3465e8515be992049db8cc3fd529660f9731a /libkdegames/kchatbase.h | |
parent | 9e8c9cf72cdda55e3c96c7ef072c3358061d53c9 (diff) | |
download | tdegames-00e58f1937047eb6c23edbdb3ae7ed5feec7a572.tar.gz tdegames-00e58f1937047eb6c23edbdb3ae7ed5feec7a572.zip |
Remove additional unneeded tq method conversions
(cherry picked from commit c0f375feba0103bed2bac1b1f05e76e9ae28fa89)
Diffstat (limited to 'libkdegames/kchatbase.h')
-rw-r--r-- | libkdegames/kchatbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdegames/kchatbase.h b/libkdegames/kchatbase.h index 892e5859..33ba3d76 100644 --- a/libkdegames/kchatbase.h +++ b/libkdegames/kchatbase.h @@ -471,7 +471,7 @@ protected: /** * Replace to customise the combo box. * - * Default: i18n("Send to %1).tqarg(name) + * Default: i18n("Send to %1).arg(name) * @param name The name of the player * @return The string as it will be shown in the combo box **/ |