From 73ff676f11662d6178c8854a7832ebffe2ae409d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:55:40 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts 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 d1e9ee446..0954192bc 100644 --- a/lib/kotext/KoTextView.h +++ b/lib/kotext/KoTextView.h @@ -36,7 +36,7 @@ class KoParagCounter; class KCommand; class TQTimer; class KAction; -class KInstance; +class TDEInstance; class KDataToolInfo; class KoLinkVariable; class KoVariable; @@ -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( KInstance * instance, const TQString& word, bool & _singleWord ); + TQPtrList dataToolActionList( TDEInstance * instance, const TQString& word, bool & _singleWord ); void insertSoftHyphen(); void insertLineBreak(); -- cgit v1.2.3