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 c18b42971..a93e92afb 100644 --- a/kmail/kcursorsaver.h +++ b/kmail/kcursorsaver.h @@ -13,9 +13,9 @@ class KCursorSaver : public Qt { public: - /// constructor taking TQCursor shapes - KCursorSaver(Qt::CursorShape shape) { - TQApplication::setOverrideCursor( TQCursor(shape) ); + /// constructor taking TQCursor tqshapes + KCursorSaver(Qt::tqCursorShape tqshape) { + TQApplication::setOverrideCursor( TQCursor(tqshape) ); inited = true; } |