diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-19 22:41:22 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-06 03:48:50 +0200 |
commit | 8eebc7dfaa8542da755ba9bc1593bb92e88f6cf9 (patch) | |
tree | c7bd791ec41980cad46595378a2d296ba7b930e2 /libktorrent/interfaces/torrentinterface.h | |
parent | 66bf173caa7437be9c90b8654e925d5b3aee3b57 (diff) | |
download | ktorrent-8eebc7dfaa8542da755ba9bc1593bb92e88f6cf9.tar.gz ktorrent-8eebc7dfaa8542da755ba9bc1593bb92e88f6cf9.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 445a515241430cef8e8458d782649fa0e8593a4c)
Diffstat (limited to 'libktorrent/interfaces/torrentinterface.h')
-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 4ab3c74..60ecc68 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 }; |