From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- lib/kotext/KoTextView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kotext/KoTextView.h') 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 dataToolActionList( TDEInstance * instance, const TQString& word, bool & _singleWord ); + TQPtrList dataToolActionList( TDEInstance * instance, const TQString& word, bool & _singleWord ); void insertSoftHyphen(); void insertLineBreak(); -- cgit v1.2.1