diff options
Diffstat (limited to 'sip/kio')
-rw-r--r-- | sip/kio/kfilterdev.sip | 4 | ||||
-rw-r--r-- | sip/kio/ksycocadict.sip | 2 | ||||
-rw-r--r-- | sip/kio/kzip.sip | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sip/kio/kfilterdev.sip b/sip/kio/kfilterdev.sip index eb24d16..635d089 100644 --- a/sip/kio/kfilterdev.sip +++ b/sip/kio/kfilterdev.sip @@ -46,8 +46,8 @@ public: virtual TQIODevice::Offset at () const; virtual bool at (TQIODevice::Offset); virtual bool atEnd () const; -//ig virtual Q_LONG readBlock (char*, Q_ULONG); -//ig virtual Q_LONG writeBlock (const char*, Q_ULONG); +//ig virtual TQ_LONG readBlock (char*, Q_ULONG); +//ig virtual TQ_LONG writeBlock (const char*, Q_ULONG); virtual int getch (); virtual int putch (int); virtual int ungetch (int); diff --git a/sip/kio/ksycocadict.sip b/sip/kio/ksycocadict.sip index ae92d04..5cc527a 100644 --- a/sip/kio/ksycocadict.sip +++ b/sip/kio/ksycocadict.sip @@ -43,7 +43,7 @@ public: void save (TQDataStream&); protected: - Q_UINT32 hashKey (const TQString&); + TQ_UINT32 hashKey (const TQString&); }; // class KSycocaDict diff --git a/sip/kio/kzip.sip b/sip/kio/kzip.sip index 6fcfabc..8d281e7 100644 --- a/sip/kio/kzip.sip +++ b/sip/kio/kzip.sip @@ -102,12 +102,12 @@ class KZipFileEntry : KArchiveFile public: - KZipFileEntry (KZip*, const TQString&, int, int, const TQString&, const TQString&, const TQString&, const TQString&, Q_LONG, Q_LONG, int, Q_LONG); + KZipFileEntry (KZip*, const TQString&, int, int, const TQString&, const TQString&, const TQString&, const TQString&, TQ_LONG, TQ_LONG, int, TQ_LONG); int encoding () const; - Q_LONG compressedSize () const; - void setCompressedSize (Q_LONG); - void setHeaderStart (Q_LONG); - Q_LONG headerStart () const; + TQ_LONG compressedSize () const; + void setCompressedSize (TQ_LONG); + void setHeaderStart (TQ_LONG); + TQ_LONG headerStart () const; ulong crc32 () const; void setCRC32 (ulong); TQString path () const; |