diff options
Diffstat (limited to 'kdecore/ksycocaentry.h')
-rw-r--r-- | kdecore/ksycocaentry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/ksycocaentry.h b/kdecore/ksycocaentry.h index 5f6f11bbd..2b4611cc2 100644 --- a/kdecore/ksycocaentry.h +++ b/kdecore/ksycocaentry.h @@ -101,8 +101,8 @@ public: // KDoc seems to barf on those typedefs and generates no docs after them */ virtual void save(TQDataStream &s) { - mOffset = s.device()->at(); // store position in member variable - s << (Q_INT32) sycocaType() << mPath; + mOffset = s.tqdevice()->at(); // store position in member variable + s << (TQ_INT32) sycocaType() << mPath; } /** |