diff options
Diffstat (limited to 'akregator/src/kcursorsaver.h')
-rw-r--r-- | akregator/src/kcursorsaver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/kcursorsaver.h b/akregator/src/kcursorsaver.h index da38eec57..e12d6e8d4 100644 --- a/akregator/src/kcursorsaver.h +++ b/akregator/src/kcursorsaver.h @@ -14,11 +14,11 @@ namespace Akregator { * 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; } |