summaryrefslogtreecommitdiffstats
path: root/kdecore/ksycocadict.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/ksycocadict.h')
-rw-r--r--kdecore/ksycocadict.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdecore/ksycocadict.h b/kdecore/ksycocadict.h
index 94a2bc646..0cf5eb257 100644
--- a/kdecore/ksycocadict.h
+++ b/kdecore/ksycocadict.h
@@ -111,13 +111,13 @@ public:
void save(TQDataStream &str);
protected:
- Q_UINT32 hashKey( const TQString &);
+ TQ_UINT32 hashKey( const TQString &);
private:
KSycocaDictStringList *d;
TQDataStream *mStr;
- Q_INT32 mOffset;
- Q_UINT32 mHashTableSize;
- TQValueList<Q_INT32> mHashList;
+ TQ_INT32 mOffset;
+ TQ_UINT32 mHashTableSize;
+ TQValueList<TQ_INT32> mHashList;
};
#endif