summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/ktorrentviewitem.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-19 22:41:22 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-19 22:41:22 -0500
commit445a515241430cef8e8458d782649fa0e8593a4c (patch)
treecd8646c0b88b57b758b714c14d165a20f1e2465c /apps/ktorrent/ktorrentviewitem.cpp
parent4281ba862683c6d3413ba24d9b3ec4db58776ebe (diff)
downloadktorrent-445a515241430cef8e8458d782649fa0e8593a4c.tar.gz
ktorrent-445a515241430cef8e8458d782649fa0e8593a4c.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'apps/ktorrent/ktorrentviewitem.cpp')
-rw-r--r--apps/ktorrent/ktorrentviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/ktorrentviewitem.cpp b/apps/ktorrent/ktorrentviewitem.cpp
index a9392bd..ae37665 100644
--- a/apps/ktorrent/ktorrentviewitem.cpp
+++ b/apps/ktorrent/ktorrentviewitem.cpp
@@ -72,7 +72,7 @@ static TQColor StatusToColor(TorrentStatus s,const TQColorGroup & cg)
return TQt::red;
case kt::NOT_STARTED :
case kt::STOPPED:
- case kt::TQUEUED:
+ case kt::QUEUED:
case kt::DOWNLOAD_COMPLETE :
case kt::SEEDING_COMPLETE :
default: