summaryrefslogtreecommitdiffstats
path: root/sip/dcop/dcopref.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/dcop/dcopref.sip')
-rw-r--r--sip/dcop/dcopref.sip30
1 files changed, 15 insertions, 15 deletions
diff --git a/sip/dcop/dcopref.sip b/sip/dcop/dcopref.sip
index ec09034..8548801 100644
--- a/sip/dcop/dcopref.sip
+++ b/sip/dcop/dcopref.sip
@@ -35,8 +35,8 @@ class DCOPReply
public:
bool isValid () const;
- QByteArray data;
- QCString type;
+ TQByteArray data;
+ TQCString type;
}; // class DCOPReply
@@ -60,20 +60,20 @@ class DCOPRef
public:
DCOPRef ();
DCOPRef (const DCOPRef&);
- DCOPRef (const QCString&, const QCString&);
+ DCOPRef (const TQCString&, const TQCString&);
DCOPRef (DCOPObject*);
- DCOPRef (const QCString&, const QCString&, const QCString&);
+ DCOPRef (const TQCString&, const TQCString&, const TQCString&);
bool isNull () const;
- QCString app () const;
+ TQCString app () const;
%If ( KDE_3_1_0 - )
- QCString obj () const;
+ TQCString obj () const;
%End
- QCString object () const;
- QCString type () const;
- void setRef (const QCString&, const QCString&);
- void setRef (const QCString&, const QCString&, const QCString&);
+ TQCString object () const;
+ TQCString type () const;
+ void setRef (const TQCString&, const TQCString&);
+ void setRef (const TQCString&, const TQCString&, const TQCString&);
void clear ();
%If ( KDE_3_1_0 - )
@@ -90,13 +90,13 @@ public:
%End
- DCOPReply call (const QCString&);
+ DCOPReply call (const TQCString&);
%If ( KDE_3_2_0 - )
- DCOPReply callExt (const QCString&, DCOPRef::EventLoopFlag = NoEventLoop , int = -1);
+ DCOPReply callExt (const TQCString&, DCOPRef::EventLoopFlag = NoEventLoop , int = -1);
%End
- bool send (const QCString&);
+ bool send (const TQCString&);
%End
@@ -104,6 +104,6 @@ public:
%If ( KDE_3_1_4 - )
-//igx QDataStream& operator << (QDataStream&, const DCOPRef&);
-//igx QDataStream& operator >> (QDataStream&, DCOPRef&);
+//igx TQDataStream& operator << (TQDataStream&, const DCOPRef&);
+//igx TQDataStream& operator >> (TQDataStream&, DCOPRef&);
%End