diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 100dcb6968ca22bfa52836ad55eb4f01225791db (patch) | |
tree | 9d11b082bf3241003cd8f325270def346e980fd3 /libktorrent/kademlia | |
parent | 15dca2cc45947fde92cfda1c4c1e84b8b8a21f46 (diff) | |
download | ktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.tar.gz ktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libktorrent/kademlia')
-rw-r--r-- | libktorrent/kademlia/rpcmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/kademlia/rpcmsg.cpp b/libktorrent/kademlia/rpcmsg.cpp index 53cb4f1..6ef62b9 100644 --- a/libktorrent/kademlia/rpcmsg.cpp +++ b/libktorrent/kademlia/rpcmsg.cpp @@ -35,7 +35,7 @@ namespace dht const TQString RSP = "r"; const TQString TYP = "y"; const TQString ARG = "a"; - // ERR aptqparently is defined as a macro on solaris in some header file, + // ERR apparently is defined as a macro on solaris in some header file, // which causes things not to compile on it, so we have changed it to ERR_DHT const TQString ERR_DHT = "e"; |