diff options
Diffstat (limited to 'sip/tdecore/kdcoppropertyproxy.sip')
-rw-r--r-- | sip/tdecore/kdcoppropertyproxy.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/kdcoppropertyproxy.sip b/sip/tdecore/kdcoppropertyproxy.sip index b6da6be..393f7e2 100644 --- a/sip/tdecore/kdcoppropertyproxy.sip +++ b/sip/tdecore/kdcoppropertyproxy.sip @@ -32,13 +32,13 @@ class KDCOPPropertyProxy public: - KDCOPPropertyProxy (QObject*); - bool isPropertyRequest (const QCString&); - bool processPropertyRequest (const QCString&, const QByteArray&, QCString&, QByteArray&); - QValueList<QCString> functions (); - static QValueList<QCString> functions (QObject*); - static bool isPropertyRequest (const QCString&, QObject*); - static bool processPropertyRequest (const QCString&, const QByteArray&, QCString&, QByteArray&, QObject*); + KDCOPPropertyProxy (TQObject*); + bool isPropertyRequest (const TQCString&); + bool processPropertyRequest (const TQCString&, const TQByteArray&, TQCString&, TQByteArray&); + TQValueList<TQCString> functions (); + static TQValueList<TQCString> functions (TQObject*); + static bool isPropertyRequest (const TQCString&, TQObject*); + static bool processPropertyRequest (const TQCString&, const TQByteArray&, TQCString&, TQByteArray&, TQObject*); }; // class KDCOPPropertyProxy |