From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kded/kbuildsycoca.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kded/kbuildsycoca.h') diff --git a/kded/kbuildsycoca.h b/kded/kbuildsycoca.h index ec7210437..809b55309 100644 --- a/kded/kbuildsycoca.h +++ b/kded/kbuildsycoca.h @@ -20,9 +20,9 @@ #include -#include -#include -#include +#include +#include +#include #include #include @@ -47,14 +47,14 @@ public: */ bool recreate(); - static bool checkTimestamps( Q_UINT32 timestamp, const QStringList &dirs ); + static bool checkTimestamps( Q_UINT32 timestamp, const TQStringList &dirs ); - static QStringList existingResourceDirs(); + static TQStringList existingResourceDirs(); - void setTrackId(const QString &id) { m_trackId = id; } + void setTrackId(const TQString &id) { m_trackId = id; } protected slots: - void slotCreateEntry(const QString &file, KService **entry); + void slotCreateEntry(const TQString &file, KService **entry); protected: @@ -67,12 +67,12 @@ protected: * Add single entry to the sycoca database. * Either from a previous database or regenerated from file. */ - KSycocaEntry *createEntry(const QString &file, bool addToFactory); + KSycocaEntry *createEntry(const TQString &file, bool addToFactory); /** * Convert a VFolderMenu::SubMenu to KServiceGroups. */ - void createMenu(QString caption, QString name, VFolderMenu::SubMenu *menu); + void createMenu(TQString caption, TQString name, VFolderMenu::SubMenu *menu); /** * Build the whole system cache, from .desktop files @@ -89,7 +89,7 @@ protected: */ void clear(); - static bool checkDirTimestamps( const QString& dir, const QDateTime& stamp, bool top ); + static bool checkDirTimestamps( const TQString& dir, const TQDateTime& stamp, bool top ); /** * @internal @@ -97,8 +97,8 @@ protected: */ virtual bool isBuilding() { return true; } - QStringList m_allResourceDirs; - QString m_trackId; + TQStringList m_allResourceDirs; + TQString m_trackId; }; #endif -- cgit v1.2.1