diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/statustask.cpp')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/statustask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/statustask.cpp b/kopete/protocols/groupwise/libgroupwise/tasks/statustask.cpp index 7076324a..79435010 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/statustask.cpp +++ b/kopete/protocols/groupwise/libgroupwise/tasks/statustask.cpp @@ -38,7 +38,7 @@ bool StatusTask::take( Transfer * transfer ) { client()->debug( "Got a status change!" ); client()->debug( TQString( "%1 changed status to %2, message: %3" ).tqarg( event->source() ).tqarg( event->status() ).tqarg( event->statusText() ) ); - emit gottqStatus( event->source().lower(), event->status(), event->statusText() ); + emit gotStatus( event->source().lower(), event->status(), event->statusText() ); return true; } else |