From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/system/systemimpl.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kioslave/system/systemimpl.h') diff --git a/kioslave/system/systemimpl.h b/kioslave/system/systemimpl.h index a06874465..2cddeb120 100644 --- a/kioslave/system/systemimpl.h +++ b/kioslave/system/systemimpl.h @@ -25,8 +25,8 @@ #include #include -#include -#include +#include +#include class SystemImpl : public QObject { @@ -35,31 +35,31 @@ public: SystemImpl(); void createTopLevelEntry(KIO::UDSEntry& entry) const; - bool statByName(const QString &filename, KIO::UDSEntry& entry); + bool statByName(const TQString &filename, KIO::UDSEntry& entry); - bool listRoot(QValueList &list); + bool listRoot(TQValueList &list); - bool parseURL(const KURL &url, QString &name, QString &path) const; - bool realURL(const QString &name, const QString &path, KURL &url) const; + bool parseURL(const KURL &url, TQString &name, TQString &path) const; + bool realURL(const TQString &name, const TQString &path, KURL &url) const; int lastErrorCode() const { return m_lastErrorCode; } - QString lastErrorMessage() const { return m_lastErrorMessage; } + TQString lastErrorMessage() const { return m_lastErrorMessage; } private slots: - KURL findBaseURL(const QString &filename) const; + KURL findBaseURL(const TQString &filename) const; void slotEntries(KIO::Job *job, const KIO::UDSEntryList &list); void slotResult(KIO::Job *job); private: - void createEntry(KIO::UDSEntry& entry, const QString &directory, - const QString &file); + void createEntry(KIO::UDSEntry& entry, const TQString &directory, + const TQString &file); bool m_lastListingEmpty; /// Last error code stored in class to simplify API. /// Note that this means almost no method can be const. int m_lastErrorCode; - QString m_lastErrorMessage; + TQString m_lastErrorMessage; }; #endif -- cgit v1.2.1