summaryrefslogtreecommitdiffstats
path: root/kio/kio/kservicegroupfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kservicegroupfactory.cpp')
-rw-r--r--kio/kio/kservicegroupfactory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kio/kio/kservicegroupfactory.cpp b/kio/kio/kservicegroupfactory.cpp
index 9bca4dc63..326c41173 100644
--- a/kio/kio/kservicegroupfactory.cpp
+++ b/kio/kio/kservicegroupfactory.cpp
@@ -36,14 +36,14 @@ KServiceGroupFactory::KServiceGroupFactory()
if (m_str)
{
// Read Header
- Q_INT32 i;
+ TQ_INT32 i;
(*m_str) >> i;
m_baseGroupDictOffset = i;
- int saveOffset = m_str->device()->at();
+ int saveOffset = m_str->tqdevice()->at();
// Init index tables
m_baseGroupDict = new KSycocaDict(m_str, m_baseGroupDictOffset);
- m_str->device()->at(saveOffset);
+ m_str->tqdevice()->at(saveOffset);
}
else
{
@@ -124,7 +124,7 @@ KServiceGroup* KServiceGroupFactory::createGroup(int offset, bool deep)
break;
default:
- kdError(7011) << TQString("KServiceGroupFactory: unexpected object entry in KSycoca database (type = %1)").arg((int)type) << endl;
+ kdError(7011) << TQString(TQString("KServiceGroupFactory: unexpected object entry in KSycoca database (type = %1)").arg((int)type)) << endl;
return 0;
}
if (!newEntry->isValid())