diff options
Diffstat (limited to 'sip/qtpe')
-rw-r--r-- | sip/qtpe/qpeapplnk.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qtpe/qpeapplnk.sip b/sip/qtpe/qpeapplnk.sip index 7738f0c..0216bdd 100644 --- a/sip/qtpe/qpeapplnk.sip +++ b/sip/qtpe/qpeapplnk.sip @@ -128,7 +128,7 @@ public: void add(AppLnk *); bool remove(AppLnk *); - const TQList<AppLnk> &children() const; + const TQPtrList<AppLnk> &children() const; void detachChildren(); private: @@ -146,7 +146,7 @@ public: DocLnkSet(); DocLnkSet(const TQString &,const TQString & = TQString::null); - const TQList<DocLnk> &children() const; + const TQPtrList<DocLnk> &children() const; void appendFrom(DocLnkSet &); |