diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:59:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:59:40 -0600 |
commit | 59a076e9336f1eebda8650437e6bc61077be1516 (patch) | |
tree | a2e4658f80b77270d84b50bd116f84eaea7efab0 /amor/amor.cpp | |
parent | 3ee504ecba6caf3c2609a8648fe3659f2b541544 (diff) | |
download | tdetoys-59a076e9336f1eebda8650437e6bc61077be1516.tar.gz tdetoys-59a076e9336f1eebda8650437e6bc61077be1516.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'amor/amor.cpp')
-rw-r--r-- | amor/amor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp index a9a73e3..7e8202b 100644 --- a/amor/amor.cpp +++ b/amor/amor.cpp @@ -748,7 +748,7 @@ void Amor::slotOffsetChanged(int off) // void Amor::slotAbout() { - TQString about = i18n("Amor Version %1\n\n").tqarg(AMOR_VERSION) + + TQString about = i18n("Amor Version %1\n\n").arg(AMOR_VERSION) + i18n("Amusing Misuse Of Resources\n\n") + i18n("Copyright (c) 1999 Martin R. Jones <[email protected]>\n\n") + i18n("Original Author: Martin R. Jones <[email protected]>\n") + |