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 50e49aa8..da38eec5 100644
--- a/akregator/src/kcursorsaver.h
+++ b/akregator/src/kcursorsaver.h
@@ -17,9 +17,9 @@ namespace Akregator {
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;
}