diff options
Diffstat (limited to 'kspy/kspy.h')
-rw-r--r-- | kspy/kspy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspy/kspy.h b/kspy/kspy.h index e2878125..007c0d10 100644 --- a/kspy/kspy.h +++ b/kspy/kspy.h @@ -6,7 +6,7 @@ #include <klibloader.h> /** - * Loader for the QObject debugging tool. The usage is simple, just call + * Loader for the TQObject debugging tool. The usage is simple, just call * KSpy::invoke(), then use the spy window to examine the state of your * QObjects. * |