summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/bugmybugsjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/bugmybugsjob.cpp')
-rw-r--r--kbugbuster/backend/bugmybugsjob.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbugbuster/backend/bugmybugsjob.cpp b/kbugbuster/backend/bugmybugsjob.cpp
index 87767a5b..869b0827 100644
--- a/kbugbuster/backend/bugmybugsjob.cpp
+++ b/kbugbuster/backend/bugmybugsjob.cpp
@@ -19,8 +19,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include "bugmybugsjob.h"
@@ -67,7 +67,7 @@ void BugMyBugsJob::process( const TQByteArray &data )
delete processor;
if ( err )
- emit error( i18n( "My Bugs: %2" ).arg( err.message() ) );
+ emit error( i18n( "My Bugs: %2" ).tqarg( err.message() ) );
else
emit bugListAvailable( i18n( "My Bugs" ), bugs );
}