diff options
Diffstat (limited to 'kfind/kquery.h')
-rw-r--r-- | kfind/kquery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kquery.h b/kfind/kquery.h index 3388dabac..8f12e782c 100644 --- a/kfind/kquery.h +++ b/kfind/kquery.h @@ -49,7 +49,7 @@ class KQuery : public TQObject /* List of files found using slocate */ void slotListEntries(TQStringList); protected slots: - /* List of files found using KIO */ + /* List of files found using TDEIO */ void slotListEntries(TDEIO::Job *, const TDEIO::UDSEntryList &); void slotResult(TDEIO::Job *); void slotCanceled(TDEIO::Job *); |