summaryrefslogtreecommitdiffstats
path: root/akregator/src/kcursorsaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/kcursorsaver.h')
-rw-r--r--akregator/src/kcursorsaver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/kcursorsaver.h b/akregator/src/kcursorsaver.h
index e12d6e8d4..95dca1f6e 100644
--- a/akregator/src/kcursorsaver.h
+++ b/akregator/src/kcursorsaver.h
@@ -17,9 +17,9 @@ namespace Akregator {
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;
}