summaryrefslogtreecommitdiffstats
path: root/kmail/kcursorsaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kcursorsaver.h')
-rw-r--r--kmail/kcursorsaver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kcursorsaver.h b/kmail/kcursorsaver.h
index a93e92af..3f6526d7 100644
--- a/kmail/kcursorsaver.h
+++ b/kmail/kcursorsaver.h
@@ -10,11 +10,11 @@
* 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;
}