diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:20 +0900 |
commit | bc3c69592f7fbc99121d1eb1e27603e1415afecc (patch) | |
tree | c6c33c28f9fecad61b2b7c5d21b10c34812f2c59 /libtdegames/kcanvasrootpixmap.h | |
parent | 667bb584114e3bfdb8e0ecabc75fd328f3f8e4f2 (diff) | |
download | tdegames-bc3c69592f7fbc99121d1eb1e27603e1415afecc.tar.gz tdegames-bc3c69592f7fbc99121d1eb1e27603e1415afecc.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdegames/kcanvasrootpixmap.h')
-rw-r--r-- | libtdegames/kcanvasrootpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kcanvasrootpixmap.h b/libtdegames/kcanvasrootpixmap.h index 0868f603..cff176b3 100644 --- a/libtdegames/kcanvasrootpixmap.h +++ b/libtdegames/kcanvasrootpixmap.h @@ -37,7 +37,7 @@ class TQCanvasView; * <li>other views of the canvas will have the same background pixmap.</li> * </ul> */ -class KDE_EXPORT KCanvasRootPixmap : public KRootPixmap +class TDE_EXPORT KCanvasRootPixmap : public KRootPixmap { TQ_OBJECT |