diff options
Diffstat (limited to 'kate/part/kateviewinternal.h')
-rw-r--r-- | kate/part/kateviewinternal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kate/part/kateviewinternal.h b/kate/part/kateviewinternal.h index 8e7b3a896..c7dda2f73 100644 --- a/kate/part/kateviewinternal.h +++ b/kate/part/kateviewinternal.h @@ -33,6 +33,7 @@ #include <tqpoint.h> #include <tqtimer.h> #include <tqintdict.h> +#include <tqdragobject.h> class KateView; class KateIconBorder; @@ -221,7 +222,7 @@ class KateViewInternal : public TQWidget int scrollX; int scrollY; - Qt::tqCursorShape m_mouseCursor; + Qt::CursorShape m_mouseCursor; KateSuperCursor cursor; KateTextCursor displayCursor; |