From f7055674768fa7f0267da4a14b9061e60ebab3fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:15:51 -0600 Subject: Rename KShared --- chalk/chalkcolor/kis_channelinfo.h | 2 +- chalk/chalkcolor/kis_histogram_producer.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chalk/chalkcolor') diff --git a/chalk/chalkcolor/kis_channelinfo.h b/chalk/chalkcolor/kis_channelinfo.h index f8ec8301..70cbd37a 100644 --- a/chalk/chalkcolor/kis_channelinfo.h +++ b/chalk/chalkcolor/kis_channelinfo.h @@ -27,7 +27,7 @@ * that is, one of the components that makes up a particular * pixel. */ -class KisChannelInfo : public KShared { +class KisChannelInfo : public TDEShared { public: enum enumChannelType { COLOR, // The channel represents a color diff --git a/chalk/chalkcolor/kis_histogram_producer.h b/chalk/chalkcolor/kis_histogram_producer.h index 2d25b354..0849f4ab 100644 --- a/chalk/chalkcolor/kis_histogram_producer.h +++ b/chalk/chalkcolor/kis_histogram_producer.h @@ -47,7 +47,7 @@ class KisChannelInfo; * in which they are found in the channels() method. This is potentially different from * the order in which they are internally ordered! **/ -class KisHistogramProducer : public KShared { +class KisHistogramProducer : public TDEShared { public: KisHistogramProducer() : m_skipTransparent(true), m_skipUnselected(true) {} virtual ~KisHistogramProducer() {} @@ -93,7 +93,7 @@ protected: bool m_skipUnselected; }; -typedef KSharedPtr KisHistogramProducerSP; +typedef TDESharedPtr KisHistogramProducerSP; class KisHistogramProducerFactory { public: -- cgit v1.2.1