summaryrefslogtreecommitdiffstats
path: root/kio/kio/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/global.h')
-rw-r--r--kio/kio/global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/kio/global.h b/kio/kio/global.h
index 402d7b431..ea42f3e1d 100644
--- a/kio/kio/global.h
+++ b/kio/kio/global.h
@@ -34,9 +34,9 @@
namespace KIO
{
/// 64-bit file offset
- typedef Q_LLONG fileoffset_t;
+ typedef TQ_LLONG fileoffset_t;
/// 64-bit file size
- typedef Q_ULLONG filesize_t;
+ typedef TQ_ULLONG filesize_t;
/**
* Converts @p size from bytes to the string representation.
@@ -536,7 +536,7 @@ public:
it != metaData.end();
++it)
{
- replace(it.key(), it.data());
+ tqreplace(it.key(), it.data());
}
return *this;
}