diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kded/kbuildsycoca.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kded/kbuildsycoca.h')
-rw-r--r-- | kded/kbuildsycoca.h | 24 |
1 files changed, 12 insertions, 12 deletions
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 <sys/stat.h> -#include <qobject.h> -#include <qstring.h> -#include <qdict.h> +#include <tqobject.h> +#include <tqstring.h> +#include <tqdict.h> #include <kservice.h> #include <ksycoca.h> @@ -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 |