summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/ktorrentviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/ktorrentviewitem.cpp')
-rw-r--r--apps/ktorrent/ktorrentviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/ktorrentviewitem.cpp b/apps/ktorrent/ktorrentviewitem.cpp
index 1156b88..048692b 100644
--- a/apps/ktorrent/ktorrentviewitem.cpp
+++ b/apps/ktorrent/ktorrentviewitem.cpp
@@ -30,7 +30,7 @@
using namespace bt;
using namespace kt;
/*
-static TQString StatusToString(TorrentInterface* tc,TorrenttqStatus s)
+static TQString StatusToString(TorrentInterface* tc,TorrentStatus s)
{
switch (s)
{
@@ -55,7 +55,7 @@ static TQString StatusToString(TorrentInterface* tc,TorrenttqStatus s)
}
*/
-static TQColor StatusToColor(TorrenttqStatus s,const TQColorGroup & cg)
+static TQColor StatusToColor(TorrentStatus s,const TQColorGroup & cg)
{
TQColor green(40,205,40);
TQColor yellow(255,174,0);