diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-09 20:12:21 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-09 20:12:21 -0500 |
commit | 2366375b23b770db27544720910e6c74093db638 (patch) | |
tree | a897add75ba96294a802b1670506648ed6cc0d01 /dcop/dcopref.h | |
parent | 76684764d9725f501d51331fb6c8f69684ce5b66 (diff) | |
download | tdelibs-2366375b23b770db27544720910e6c74093db638.tar.gz tdelibs-2366375b23b770db27544720910e6c74093db638.zip |
Use tqtinterface-provided values for DCOP text types
This resolves Bug 994
Diffstat (limited to 'dcop/dcopref.h')
-rw-r--r-- | dcop/dcopref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopref.h b/dcop/dcopref.h index c85654e0e..6864bc4ad 100644 --- a/dcop/dcopref.h +++ b/dcop/dcopref.h @@ -238,7 +238,7 @@ inline TQDataStream & operator << (TQDataStream & str, const DCOPArg& arg ) * dcopTypeName function, for example * * \code - * inline const char* dcopTypeName( const TQString& ) { return "TQString"; } + * inline const char* dcopTypeName( const TQString& ) { return TQSTRING_OBJECT_NAME_STRING; } * \endcode * * If you use custom data types that do support TQDataStream but have |