diff options
Diffstat (limited to 'ktimer')
-rw-r--r-- | ktimer/ktimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktimer/ktimer.cpp b/ktimer/ktimer.cpp index 5ec2163..d8020a6 100644 --- a/ktimer/ktimer.cpp +++ b/ktimer/ktimer.cpp @@ -68,7 +68,7 @@ public: setText( 0, TQString::number(m_job->value()) ); if( m_error ) - setPixmap( 0, SmallIcon("stop") ); + setPixmap( 0, SmallIcon("process-stop") ); else setPixmap( 0, TQPixmap() ); |