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 /tdecore/ksimpledirwatch_p.h | |
parent | 1ba4ed64cb27aff7bf919f290a8e67d223c94647 (diff) | |
download | tdelibs-40712e064638a603834221ccc204345c1bb9acf5.tar.gz tdelibs-40712e064638a603834221ccc204345c1bb9acf5.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'tdecore/ksimpledirwatch_p.h')
-rw-r--r-- | tdecore/ksimpledirwatch_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksimpledirwatch_p.h b/tdecore/ksimpledirwatch_p.h index a0022f3ae..c295ac957 100644 --- a/tdecore/ksimpledirwatch_p.h +++ b/tdecore/ksimpledirwatch_p.h @@ -1,6 +1,6 @@ /* Private Header for class of KSimpleDirWatchPrivate * - * this separate header file is needed for TQMOC processing + * this separate header file is needed for MOC processing * because KSimpleDirWatchPrivate has signals and slots * * KSimpleDirWatch is a basic copy of KDirWatch |