diff options
author | Darrell Anderson <[email protected]> | 2012-03-19 22:41:22 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-06 03:48:50 +0200 |
commit | 8eebc7dfaa8542da755ba9bc1593bb92e88f6cf9 (patch) | |
tree | c7bd791ec41980cad46595378a2d296ba7b930e2 /libktorrent/torrent/queuemanager.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/torrent/queuemanager.h')
-rw-r--r-- | libktorrent/torrent/queuemanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/queuemanager.h b/libktorrent/torrent/queuemanager.h index 9771f53..27e255c 100644 --- a/libktorrent/torrent/queuemanager.h +++ b/libktorrent/torrent/queuemanager.h @@ -18,8 +18,8 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef TQUEUEMANAGER_H -#define TQUEUEMANAGER_H +#ifndef QUEUEMANAGER_H +#define QUEUEMANAGER_H #include <set> #include <tqobject.h> |