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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/kcursorsaver.h b/akregator/src/kcursorsaver.h
index da38eec5..e12d6e8d 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;
}