summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/cursorstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/fronthelpers/cursorstack.h')
-rw-r--r--src/svnfrontend/fronthelpers/cursorstack.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnfrontend/fronthelpers/cursorstack.h b/src/svnfrontend/fronthelpers/cursorstack.h
index 471af6e..4daf061 100644
--- a/src/svnfrontend/fronthelpers/cursorstack.h
+++ b/src/svnfrontend/fronthelpers/cursorstack.h
@@ -25,7 +25,7 @@
#define __CURSOR_STACK_H
#include <kapplication.h>
-#include <qcursor.h>
+#include <tqcursor.h>
//! Change cursor on stack.
/*! May used in methods where more than returns exists. Cursor will restored on destruction
@@ -39,9 +39,9 @@ public:
* Create instance and changes the application cursor to \a c
* \param c cursortype to set.
*/
- CursorStack(Qt::CursorShape c = Qt::WaitCursor)
+ CursorStack(TQt::tqCursorShape c = TQt::WaitCursor)
{
- KApplication::setOverrideCursor(QCursor(c));
+ KApplication::setOverrideCursor(TQCursor(c));
}
//! Destructor.
/*!