diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /pytde350.prj | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'pytde350.prj')
-rw-r--r-- | pytde350.prj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytde350.prj b/pytde350.prj index ca90813..3382f56 100644 --- a/pytde350.prj +++ b/pytde350.prj @@ -188,7 +188,7 @@ include = ../extra/kde350/kio @KDE_INCLUDEPATH@/kio ../tdecore libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ -ltdecorecmodule -ltdeuicmodule sipslot = -define = "\(KIO::filesize_t\)\-1", "-1" +define = "\(TDEIO::filesize_t\)\-1", "-1" define = "KIO_EXPORT_DEPRECATED", "" define = "KIO_EXPORT", "" |