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 /kpresenter/KPrPixmapObject.h | |
| parent | 9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e (diff) | |
| download | koffice-950f6aa09f2020beffe17aa367c096c2fed3e6b0.tar.gz koffice-950f6aa09f2020beffe17aa367c096c2fed3e6b0.zip | |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0bcd64f7fce74db2ef792e73ed5eceb079fd64f)
Diffstat (limited to 'kpresenter/KPrPixmapObject.h')
| -rw-r--r-- | kpresenter/KPrPixmapObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrPixmapObject.h b/kpresenter/KPrPixmapObject.h index 4534af09a..23917ef5b 100644 --- a/kpresenter/KPrPixmapObject.h +++ b/kpresenter/KPrPixmapObject.h @@ -60,7 +60,7 @@ public: { return image.getOriginalSize(); } /// Deprecated, please use KPrPixmapObject::setPicture - void setPixmap( const KoPictureKey & key ) KDE_DEPRECATED; + void setPixmap( const KoPictureKey & key ) TDE_DEPRECATED; void setPicture( const KoPictureKey & key ); void reload( void ); @@ -105,7 +105,7 @@ public: KoPicture picture() const { return image;} /// Deprecated, please use KPrPixmapObject::loadPicture - void loadImage( const TQString & fileName ) KDE_DEPRECATED; + void loadImage( const TQString & fileName ) TDE_DEPRECATED; void loadPicture( const TQString & fileName ); virtual void flip(bool horizontal ); |
