diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:07 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:07 -0500 |
commit | e0d45c96583226c49b825bdb76f430e4b934007d (patch) | |
tree | 5ef4ab3ab675a02b17d9588a132edbb48ee7704c /ktimer | |
parent | a25a696e1de76f5bf6eaaf79785c2e0c16bae03d (diff) | |
download | tdeutils-e0d45c96583226c49b825bdb76f430e4b934007d.tar.gz tdeutils-e0d45c96583226c49b825bdb76f430e4b934007d.zip |
Bring stop, lock, exit, and run icons into XDG compliance
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() ); |