summaryrefslogtreecommitdiffstats
path: root/src/kio_locate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kio_locate.h')
-rw-r--r--src/kio_locate.h4
1 files changed, 2 insertions, 2 deletions
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);