diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kioslaves/sieve/configure.in.in | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kioslaves/sieve/configure.in.in')
-rw-r--r-- | kioslaves/sieve/configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslaves/sieve/configure.in.in b/kioslaves/sieve/configure.in.in index a722cfebb..ffc1b4b7e 100644 --- a/kioslaves/sieve/configure.in.in +++ b/kioslaves/sieve/configure.in.in @@ -4,7 +4,7 @@ AC_ARG_ENABLE(broken-timsieved-workaround, [versions <= 1.1.0 of the timsieved (part of the Cyrus IMAP suite) do not interpret the HAVESPACE command of the sieve protocol. This option makes the sieve - KIO::Slave simply omit that command.])], + TDEIO::Slave simply omit that command.])], [case "${enableval}" in yes) AC_MSG_RESULT(yes) need_broken_timsieved_support="yes" ;; @@ -14,5 +14,5 @@ esac],[AC_MSG_RESULT(no)]) if test "$need_broken_timsieved_support" = "yes"; then AC_SUBST(HAVE_BROKEN_TIMSIEVED) - AC_DEFINE(HAVE_BROKEN_TIMSIEVED,1,[Define if the sieve KIO::Slave must be able to talk to timsieved <= 1.1.0]) + AC_DEFINE(HAVE_BROKEN_TIMSIEVED,1,[Define if the sieve TDEIO::Slave must be able to talk to timsieved <= 1.1.0]) fi |