diff options
Diffstat (limited to 'kmail/kcursorsaver.h')
-rw-r--r-- | kmail/kcursorsaver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kcursorsaver.h b/kmail/kcursorsaver.h index 3f6526d72..a4efe26de 100644 --- a/kmail/kcursorsaver.h +++ b/kmail/kcursorsaver.h @@ -13,9 +13,9 @@ class KCursorSaver : public TQt { public: - /// constructor taking TQCursor tqshapes - KCursorSaver(TQt::tqCursorShape tqshape) { - TQApplication::setOverrideCursor( TQCursor(tqshape) ); + /// constructor taking TQCursor shapes + KCursorSaver(TQt::CursorShape shape) { + TQApplication::setOverrideCursor( TQCursor(shape) ); inited = true; } |