diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:41:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:51:06 +0900 |
commit | 45cb24c9e7c91929abc0556cf35b2ea49644309a (patch) | |
tree | c822c9e5583a19ba4626a8a175fcf89e122fbbbb /pytde350.prj | |
parent | 3f2e6e148076710895d3e0b7f12e5d6ff5cf53e0 (diff) | |
download | pytde-45cb24c9e7c91929abc0556cf35b2ea49644309a.tar.gz pytde-45cb24c9e7c91929abc0556cf35b2ea49644309a.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 189e8d30b93c6030f8ee6171d46a865ead099181)
Diffstat (limited to 'pytde350.prj')
-rw-r--r-- | pytde350.prj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pytde350.prj b/pytde350.prj index 09204b7..a9de507 100644 --- a/pytde350.prj +++ b/pytde350.prj @@ -53,7 +53,7 @@ importpath = $IMP sipslot = callBackObj callBackSlot dcopClient include = ./extra/kde350/dcop libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -define = "KDE_DEPRECATED", "" +define = "TDE_DEPRECATED", "" define = "DCOP_EXPORT", "" retain @@ -212,7 +212,7 @@ import = tdeuimod.sip import = tdeiomod.sip importpath = $IMP libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -ltderesources -define = "KDE_DEPRECATED", "" +define = "TDE_DEPRECATED", "" define = "TDERESOURCES_EXPORT", "" retain @@ -235,7 +235,7 @@ import = tdeiomod.sip import = tderesourcesmod.sip importpath = $IMP libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -ltdeabc -define = "KDE_DEPRECATED", "" +define = "TDE_DEPRECATED", "" define = "TDEABC_EXPORT", "" define = "typedef enum", "enum" |