diff options
Diffstat (limited to 'kdeui/kcursor.h')
-rw-r--r-- | kdeui/kcursor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kcursor.h b/kdeui/kcursor.h index ddef7a1cf..19bcd2348 100644 --- a/kdeui/kcursor.h +++ b/kdeui/kcursor.h @@ -33,7 +33,7 @@ class TQWidget; * * A wrapper around TQCursor that allows for "themed" cursors. * - * Currently, the only themed cursor is a hand shaped cursor. + * Currently, the only themed cursor is a hand tqshaped cursor. * * A typical usage would be * \code @@ -42,7 +42,7 @@ class TQWidget; * * @author Kurt Granroth <granroth@kde.org> */ -class KDEUI_EXPORT KCursor : public Qt +class KDEUI_EXPORT KCursor : public TQt { public: /** |