summaryrefslogtreecommitdiffstats
path: root/kio/kio/ktar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/ktar.h')
-rw-r--r--kio/kio/ktar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/ktar.h b/kio/kio/ktar.h
index 95c52a32c..67f004a39 100644
--- a/kio/kio/ktar.h
+++ b/kio/kio/ktar.h
@@ -139,9 +139,9 @@ private:
void writeLonglink(char *buffer, const TQCString &name, char typeflag,
const char *uname, const char *gname);
- Q_LONG readRawHeader(char *buffer);
+ TQ_LONG readRawHeader(char *buffer);
bool readLonglink(char *buffer,TQCString &longlink);
- Q_LONG readHeader(char *buffer,TQString &name,TQString &symlink);
+ TQ_LONG readHeader(char *buffer,TQString &name,TQString &symlink);
TQString m_filename;
protected: