diff options
author | Darrell Anderson <[email protected]> | 2012-06-19 23:13:05 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-19 23:13:05 -0500 |
commit | af92e92c9ec82f6775c8e64bed0b62911afae42a (patch) | |
tree | 62057adfa6c4a4ff987b4bb22a33e0ce4dcc8734 /sip/kio | |
parent | a7a170c7f7daa6dfec350ef4d3b0e52f4b7ff83e (diff) | |
download | pytde-af92e92c9ec82f6775c8e64bed0b62911afae42a.tar.gz pytde-af92e92c9ec82f6775c8e64bed0b62911afae42a.zip |
Update for recent TQ changes.
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; |