From f9ced3b3f13f3136ef63c33ef163042010d6e80b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:39:24 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- lib/qextfileinfo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/qextfileinfo.h') diff --git a/lib/qextfileinfo.h b/lib/qextfileinfo.h index 488e4e5b..1fbe1093 100644 --- a/lib/qextfileinfo.h +++ b/lib/qextfileinfo.h @@ -77,7 +77,7 @@ public: static KURL path(const KURL &); /** Returns the user's home directory as an url. */ static KURL home(); - /** A slightly better working alternative of KIO::NetAccess::exists(). + /** A slightly better working alternative of TDEIO::NetAccess::exists(). Checks for the existance of the url. readingOnly is true if we check if the url is readable, and false if we check if it is writable.*/ static bool exists(const KURL& url, bool readingOnly, TQWidget *window); @@ -99,7 +99,7 @@ private: bool bJobOK; static TQString lastErrorMsg; - KIO::UDSEntry m_entry; + TDEIO::UDSEntry m_entry; KURL::List dirListItems; TQDict detailedDirListItems; TQPtrList lstFilters; @@ -107,10 +107,10 @@ private: TQString m_listStartURL; private slots: - void slotListResult(KIO::Job *job); - void slotResult(KIO::Job * job); - void slotNewEntries(KIO::Job *job, const KIO::UDSEntryList& udsList); - void slotNewDetailedEntries(KIO::Job *job, const KIO::UDSEntryList& udsList); + void slotListResult(TDEIO::Job *job); + void slotResult(TDEIO::Job * job); + void slotNewEntries(TDEIO::Job *job, const TDEIO::UDSEntryList& udsList); + void slotNewDetailedEntries(TDEIO::Job *job, const TDEIO::UDSEntryList& udsList); public slots: /** Timeout occurred while waiting for some network function to return. */ void slotTimeout(); -- cgit v1.2.3