diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:39:23 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:39:23 -0500 |
commit | 40712e064638a603834221ccc204345c1bb9acf5 (patch) | |
tree | 7b13067b7a8eafb4ca54e9600d0ce5154c70bcd7 /kio | |
parent | 1ba4ed64cb27aff7bf919f290a8e67d223c94647 (diff) | |
download | tdelibs-40712e064638a603834221ccc204345c1bb9acf5.tar.gz tdelibs-40712e064638a603834221ccc204345c1bb9acf5.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/kdirwatch_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/kdirwatch_p.h b/kio/kio/kdirwatch_p.h index 1c0ec8fe7..8777f56b2 100644 --- a/kio/kio/kdirwatch_p.h +++ b/kio/kio/kdirwatch_p.h @@ -1,6 +1,6 @@ /* Private Header for class of KDirWatchPrivate * - * this separate header file is needed for TQMOC processing + * this separate header file is needed for MOC processing * because KDirWatchPrivate has signals and slots */ |