diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 01:34:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 01:34:05 -0600 |
commit | 51c1ef690e8d1ab196d501d756f37803b0ff89cf (patch) | |
tree | e065690320b48d6f7af4d01f202fd2e4e1c12a0f /sip/dcop/dcopclient.sip | |
parent | 63ddb2ddfee2d1f4c51dbbb582d6f29f42ce446a (diff) | |
download | pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.tar.gz pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.zip |
Fix FTBFS
Diffstat (limited to 'sip/dcop/dcopclient.sip')
-rw-r--r-- | sip/dcop/dcopclient.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/dcop/dcopclient.sip b/sip/dcop/dcopclient.sip index ca498f6..6ac2eb5 100644 --- a/sip/dcop/dcopclient.sip +++ b/sip/dcop/dcopclient.sip @@ -90,10 +90,10 @@ public: void endTransaction (DCOPClientTransaction*, TQCString&, TQByteArray&); Q_INT32 transactionId (); bool isApplicationRegistered (const TQCString&); - TQCStringList registeredApplications (); - TQCStringList remoteObjects (const TQCString&, bool* = 0); - TQCStringList remoteInterfaces (const TQCString&, const TQCString&, bool* = 0); - TQCStringList remoteFunctions (const TQCString&, const TQCString&, bool* = 0); + QCStringList registeredApplications (); + QCStringList remoteObjects (const TQCString&, bool* = 0); + QCStringList remoteInterfaces (const TQCString&, const TQCString&, bool* = 0); + QCStringList remoteFunctions (const TQCString&, const TQCString&, bool* = 0); bool receive (const TQCString&, const TQCString&, const TQCString&, const TQByteArray&, TQCString& /Out/, TQByteArray& /Out/); bool find (const TQCString&, const TQCString&, const TQCString&, const TQByteArray&, TQCString& /Out/, TQByteArray& /Out/); static TQCString normalizeFunctionSignature (const TQCString&); @@ -172,4 +172,4 @@ public: }; // class DCOPClient -typedef TQValueList<TQCString> TQCStringList; +typedef TQValueList<TQCString> QCStringList; |