summaryrefslogtreecommitdiffstats
path: root/src/kio_locate.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:01 -0600
commit2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7 (patch)
tree5bd270900f18fb85b4291d940a4945530a07141c /src/kio_locate.h
parenta16d1de56d721613d5f07a67e46fd2ccab3adb83 (diff)
downloadtdeio-locate-2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7.tar.gz
tdeio-locate-2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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);