summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoTextView.h')
-rw-r--r--lib/kotext/KoTextView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextView.h b/lib/kotext/KoTextView.h
index 0954192b..20013ad7 100644
--- a/lib/kotext/KoTextView.h
+++ b/lib/kotext/KoTextView.h
@@ -35,7 +35,7 @@ class KoTextFormat;
class KoParagCounter;
class KCommand;
class TQTimer;
-class KAction;
+class TDEAction;
class TDEInstance;
class KDataToolInfo;
class KoLinkVariable;
@@ -134,7 +134,7 @@ public:
TQString wordUnderCursor( const KoTextCursor& cursor );
/** Return the list of actions from data-tools. Used to populate a RMB popupmenu usually. */
- TQPtrList<KAction> dataToolActionList( TDEInstance * instance, const TQString& word, bool & _singleWord );
+ TQPtrList<TDEAction> dataToolActionList( TDEInstance * instance, const TQString& word, bool & _singleWord );
void insertSoftHyphen();
void insertLineBreak();