diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:38:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 18:53:20 +0900 |
| commit | 950f6aa09f2020beffe17aa367c096c2fed3e6b0 (patch) | |
| tree | 160136e34879f5c0713f920c31b0142a33e4fb41 /chalk | |
| parent | 9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e (diff) | |
| download | koffice-950f6aa0.tar.gz koffice-950f6aa0.zip | |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0bcd64f7fce74db2ef792e73ed5eceb079fd64f)
Diffstat (limited to 'chalk')
| -rw-r--r-- | chalk/core/kis_datamanager.h | 4 | ||||
| -rw-r--r-- | chalk/core/kis_paint_device.h | 4 | ||||
| -rw-r--r-- | chalk/ui/kis_filters_listview.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chalk/core/kis_datamanager.h b/chalk/core/kis_datamanager.h index 79f7ddb8c..26b46081c 100644 --- a/chalk/core/kis_datamanager.h +++ b/chalk/core/kis_datamanager.h @@ -154,13 +154,13 @@ public: /** * Get a read-only pointer to the specified pixel. */ - inline KDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y) + inline TDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y) { return ACTUAL_DATAMGR::pixel(x, y); } /** * Get a read-write pointer to the specified pixel. */ - inline KDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y) + inline TDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y) { return ACTUAL_DATAMGR::writablePixel(x, y); } /** diff --git a/chalk/core/kis_paint_device.h b/chalk/core/kis_paint_device.h index e36abaf78..adcbeba42 100644 --- a/chalk/core/kis_paint_device.h +++ b/chalk/core/kis_paint_device.h @@ -235,12 +235,12 @@ public: /** * Get a read-only pointer to pixel (x, y). */ - KDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y); + TDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y); /** * Get a read-write pointer to pixel (x, y). */ - KDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y); + TDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y); /** * Converts the paint device to a different colorspace diff --git a/chalk/ui/kis_filters_listview.h b/chalk/ui/kis_filters_listview.h index 8d57bc876..6b486549a 100644 --- a/chalk/ui/kis_filters_listview.h +++ b/chalk/ui/kis_filters_listview.h @@ -107,7 +107,7 @@ class KisFiltersListView : public TDEIconView { public: explicit KisFiltersListView(TQWidget * parent = 0, const char * name = 0, WFlags f = 0, bool filterForAdjustmentLayers = false); KisFiltersListView(TQWidget* parent, bool filterForAdjustmentLayers = false, const char* name = 0); - KisFiltersListView(KisLayerSP layer, TQWidget* parent, bool filterForAdjustmentLayers = false, const char * name = 0) KDE_DEPRECATED; + KisFiltersListView(KisLayerSP layer, TQWidget* parent, bool filterForAdjustmentLayers = false, const char * name = 0) TDE_DEPRECATED; KisFiltersListView(KisPaintDeviceSP layer, TQWidget* parent, bool filterForAdjustmentLayers = false, const char * name = 0); virtual void customEvent(TQCustomEvent *); @@ -117,7 +117,7 @@ public: void init(); public: - void setLayer(KisLayerSP layer) KDE_DEPRECATED; + void setLayer(KisLayerSP layer) TDE_DEPRECATED; void setProfile(KisProfile * profile) { m_profile = profile; }; inline void setPaintDevice(KisPaintDeviceSP pd) { |
