diff options
Diffstat (limited to 'kmail/kcursorsaver.h')
-rw-r--r-- | kmail/kcursorsaver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kcursorsaver.h b/kmail/kcursorsaver.h index a93e92afb..3f6526d72 100644 --- a/kmail/kcursorsaver.h +++ b/kmail/kcursorsaver.h @@ -10,11 +10,11 @@ * As soon as it gets out of scope, it will restore the original * cursor. */ -class KCursorSaver : public Qt +class KCursorSaver : public TQt { public: /// constructor taking TQCursor tqshapes - KCursorSaver(Qt::tqCursorShape tqshape) { + KCursorSaver(TQt::tqCursorShape tqshape) { TQApplication::setOverrideCursor( TQCursor(tqshape) ); inited = true; } |