diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:15:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:15:51 -0600 |
commit | f7055674768fa7f0267da4a14b9061e60ebab3fc (patch) | |
tree | 9cf91b2040d16220234c24c945e950952c359832 /chalk/chalkcolor | |
parent | af2ab9c9888013e42237f71166eeafe5e988da0f (diff) | |
download | koffice-f7055674768fa7f0267da4a14b9061e60ebab3fc.tar.gz koffice-f7055674768fa7f0267da4a14b9061e60ebab3fc.zip |
Rename KShared
Diffstat (limited to 'chalk/chalkcolor')
-rw-r--r-- | chalk/chalkcolor/kis_channelinfo.h | 2 | ||||
-rw-r--r-- | chalk/chalkcolor/kis_histogram_producer.h | 4 |
2 files changed, 3 insertions, 3 deletions
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<KisHistogramProducer> KisHistogramProducerSP; +typedef TDESharedPtr<KisHistogramProducer> KisHistogramProducerSP; class KisHistogramProducerFactory { public: |