summaryrefslogtreecommitdiffstats
path: root/kio/kio/kdirwatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kdirwatch.h')
-rw-r--r--kio/kio/kdirwatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/kdirwatch.h b/kio/kio/kdirwatch.h
index 591627a70..36f2737b3 100644
--- a/kio/kio/kdirwatch.h
+++ b/kio/kio/kdirwatch.h
@@ -60,7 +60,7 @@ class KDirWatchPrivate;
* @short Class for watching directory and file changes.
* @author Sven Radej <sven@lisa.exp.univie.ac.at>
*/
-class KIO_EXPORT KDirWatch : public TQObject
+class KIO_EXPORT KDirWatch : public QObject
{
Q_OBJECT
@@ -194,7 +194,7 @@ class KIO_EXPORT KDirWatch : public TQObject
* @param path the directory to check
* @return true if the directory is being watched
*/
- bool tqcontains( const TQString& path ) const;
+ bool contains( const TQString& path ) const;
/**
* Dump statistic information about all KDirWatch instances.