From 12f3d421cd2991c0e3f96994efb836ce244172ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:36:34 -0600 Subject: Rename KShared --- kate/part/katetextline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/part/katetextline.h') diff --git a/kate/part/katetextline.h b/kate/part/katetextline.h index 3922d04d0..7f14be16c 100644 --- a/kate/part/katetextline.h +++ b/kate/part/katetextline.h @@ -38,13 +38,13 @@ class TQTextStream; * The attribute stores the index to a table that contains fonts and colors * and also if a character is selected. */ -class KateTextLine : public KShared +class KateTextLine : public TDEShared { public: /** * Define a Shared-Pointer type */ - typedef KSharedPtr Ptr; + typedef TDESharedPtr Ptr; public: /** -- cgit v1.2.1