diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-19 22:41:22 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-19 22:41:22 -0500 |
commit | 445a515241430cef8e8458d782649fa0e8593a4c (patch) | |
tree | cd8646c0b88b57b758b714c14d165a20f1e2465c /libktorrent/interfaces | |
parent | 4281ba862683c6d3413ba24d9b3ec4db58776ebe (diff) | |
download | ktorrent-445a515241430cef8e8458d782649fa0e8593a4c.tar.gz ktorrent-445a515241430cef8e8458d782649fa0e8593a4c.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'libktorrent/interfaces')
-rw-r--r-- | libktorrent/interfaces/torrentinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/interfaces/torrentinterface.h b/libktorrent/interfaces/torrentinterface.h index 8b21854..e76e00e 100644 --- a/libktorrent/interfaces/torrentinterface.h +++ b/libktorrent/interfaces/torrentinterface.h @@ -55,7 +55,7 @@ namespace kt STOPPED, ALLOCATING_DISKSPACE, ERROR, - TQUEUED, + QUEUED, CHECKING_DATA, NO_SPACE_LEFT }; |