|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
%ModuleHeaderCode
|
|
|
|
|
#include <qvariant.h>
|
|
|
|
|
#include <tqvariant.h>
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -423,8 +423,8 @@ void dcop_next (TQDataStream&, TQCString&);
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
%ModuleHeaderCode
|
|
|
|
|
#include <qcstring.h>
|
|
|
|
|
#include <qdatastream.h>
|
|
|
|
|
#include <tqcstring.h>
|
|
|
|
|
#include <tqdatastream.h>
|
|
|
|
|
#include <dcopref.h>
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
@ -617,7 +617,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
|
|
|
|
|
//converts a Python dict of TQCString:DCOPRef
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <qmap.h>
|
|
|
|
|
#include <tqmap.h>
|
|
|
|
|
//typedef TQMap<TQCString,DCOPRef> DCOPRefMap;
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
@ -700,7 +700,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
|
|
|
|
|
//converts a Python dict of TQString:DCOPRef
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <qmap.h>
|
|
|
|
|
#include <tqmap.h>
|
|
|
|
|
//typedef TQMap<TQString,DCOPRef> DCOPRefMap;
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
@ -792,7 +792,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
|
|
|
|
|
//converts a Python dict of TQString:TQByteArray
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <qmap.h>
|
|
|
|
|
#include <tqmap.h>
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
%ConvertFromTypeCode
|
|
|
|
@ -882,7 +882,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
|
|
|
|
|
//converts a Python list of DCOPRef
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <qvaluelist.h>
|
|
|
|
|
#include <tqvaluelist.h>
|
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
%ConvertFromTypeCode
|
|
|
|
|