From 2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:08:01 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/kio_locate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kio_locate.h') diff --git a/src/kio_locate.h b/src/kio_locate.h index 79cb0eb..d02fdd9 100644 --- a/src/kio_locate.h +++ b/src/kio_locate.h @@ -93,7 +93,7 @@ enum LocateCollapsedIcon { iconBlue, iconGreen, iconGrey, iconOrange, iconRed, i * Enables you to enter "locate:pattern" wherever an URL can be used * in KDE. */ -class LocateProtocol : public TQObject, public KIO::SlaveBase +class LocateProtocol : public TQObject, public TDEIO::SlaveBase { Q_OBJECT @@ -179,7 +179,7 @@ class LocateProtocol : public TQObject, public KIO::SlaveBase LocateDirectory *m_baseDir; // The toplevel directory, e.g. "/usr/". LocateDirectory *m_curDir; // The current directory (while locating). - KIO::UDSEntryList m_entries; // Used to cache a lot of hits and list them all at once. + TDEIO::UDSEntryList m_entries; // Used to cache a lot of hits and list them all at once. TQString partToPattern(const TQString& part, bool forLocate); bool isMatching(const TQString& file); -- cgit v1.2.1