From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- extra/kde343/ksycocafactory.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extra/kde343/ksycocafactory.h') diff --git a/extra/kde343/ksycocafactory.h b/extra/kde343/ksycocafactory.h index fddfb8e..b515860 100644 --- a/extra/kde343/ksycocafactory.h +++ b/extra/kde343/ksycocafactory.h @@ -25,12 +25,12 @@ #include #include class KSycoca; -class QStringList; -class QString; +class TQStringList; +class TQString; class KSycocaDict; class KSycocaResourceList; -typedef QDict KSycocaEntryDict; +typedef TQDict KSycocaEntryDict; /** * @internal @@ -65,7 +65,7 @@ public: * Construct an entry from a config file. * To be implemented in the real factories. */ - virtual KSycocaEntry *createEntry(const QString &file, const char *resource) = 0; + virtual KSycocaEntry *createEntry(const TQString &file, const char *resource) = 0; /** * Add an entry @@ -99,7 +99,7 @@ public: * Don't forget to call the parent first when you override * this function. */ - virtual void save(QDataStream &str); + virtual void save(TQDataStream &str); /** * Writes out a header to the stream 'str'. @@ -108,7 +108,7 @@ public: * Don't forget to call the parent first when you override * this function. */ - virtual void saveHeader(QDataStream &str); + virtual void saveHeader(TQDataStream &str); /** * @return the resources for which this factory is responsible. @@ -122,7 +122,7 @@ protected: int m_sycocaDictOffset; int m_beginEntryOffset; int m_endEntryOffset; - QDataStream *m_str; + TQDataStream *m_str; KSycocaResourceList *m_resourceList; KSycocaEntryDict *m_entryDict; @@ -134,7 +134,7 @@ protected: /** This, instead of a typedef, allows to declare "class ..." in header files * @internal */ -class TDECORE_EXPORT KSycocaFactoryList : public QPtrList +class TDECORE_EXPORT KSycocaFactoryList : public TQPtrList { public: KSycocaFactoryList() { } -- cgit v1.2.1