summaryrefslogtreecommitdiffstats
path: root/mcop/datapacket.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commitf7959a4e97cdef8152a8bbf4e6d0b69cefea1baa (patch)
tree99affdbf92575f7b6d8cc418f7c0d58d7a9012cf /mcop/datapacket.h
parent54dec355e137f1efddb349314aef9bd999d4c3bf (diff)
downloadarts-f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa.tar.gz
arts-f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mcop/datapacket.h')
-rw-r--r--mcop/datapacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/datapacket.h b/mcop/datapacket.h
index e62348e..e7a08e0 100644
--- a/mcop/datapacket.h
+++ b/mcop/datapacket.h
@@ -201,7 +201,7 @@ protected:
};
/**
- * FloatDataPacket finally is one concrete DataPacket (which tqcontains the
+ * FloatDataPacket finally is one concrete DataPacket (which contains the
* information how to marshal a datapacket of type float)
*/
class ARTS_EXPORT FloatDataPacket : public RawDataPacket<float> {