diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:41:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 12:41:52 +0900 |
commit | 189e8d30b93c6030f8ee6171d46a865ead099181 (patch) | |
tree | 8d1a3ea047d60c283fe1268ac43a6d0725e8e2d3 /pytde350.prj | |
parent | 1609f6e1fc40aff9e74eec48e4b69fff5eaae28c (diff) | |
download | pytde-189e8d30b93c6030f8ee6171d46a865ead099181.tar.gz pytde-189e8d30b93c6030f8ee6171d46a865ead099181.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
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" |