summaryrefslogtreecommitdiffstats
path: root/libkpimexchange
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:32 -0600
commit7cb24f16beba124f021091c4b7bcf8565a06fb95 (patch)
tree966c56d322d59439374c65c06803bdca34b00af5 /libkpimexchange
parentdbb49d72f7a1bc5c4b7312219cae8491cc571def (diff)
downloadtdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz
tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'libkpimexchange')
-rw-r--r--libkpimexchange/configure.in.in2
-rw-r--r--libkpimexchange/core/exchangeclient.h4
-rw-r--r--libkpimexchange/core/exchangedelete.h4
-rw-r--r--libkpimexchange/core/exchangedownload.h4
-rw-r--r--libkpimexchange/core/exchangemonitor.h4
-rw-r--r--libkpimexchange/core/exchangeupload.h4
-rw-r--r--libkpimexchange/core/utils.h4
7 files changed, 13 insertions, 13 deletions
diff --git a/libkpimexchange/configure.in.in b/libkpimexchange/configure.in.in
index 4c6a71603..ddfaf162b 100644
--- a/libkpimexchange/configure.in.in
+++ b/libkpimexchange/configure.in.in
@@ -30,6 +30,6 @@ if test "x$ac_use_exchange" != "xyes" || test "x$ac_has_recent_webdav" != "xyes"
DO_NOT_COMPILE="$DO_NOT_COMPILE libkpimexchange"
AC_MSG_WARN([Exchange 2000 support disabled])
else
- AC_DEFINE(KDEPIM_ENABLE_EXCHANGE, 1, [Define if you want Microsoft Exchange 2000 support])
+ AC_DEFINE(TDEPIM_ENABLE_EXCHANGE, 1, [Define if you want Microsoft Exchange 2000 support])
fi
diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h
index d1f7d4bc2..57dced4f3 100644
--- a/libkpimexchange/core/exchangeclient.h
+++ b/libkpimexchange/core/exchangeclient.h
@@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEPIM_EXCHANGE_CLIENT_H
-#define KDEPIM_EXCHANGE_CLIENT_H
+#ifndef TDEPIM_EXCHANGE_CLIENT_H
+#define TDEPIM_EXCHANGE_CLIENT_H
#include <tqstring.h>
#include <tqdatetime.h>
diff --git a/libkpimexchange/core/exchangedelete.h b/libkpimexchange/core/exchangedelete.h
index a5da5b263..3af933438 100644
--- a/libkpimexchange/core/exchangedelete.h
+++ b/libkpimexchange/core/exchangedelete.h
@@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEPIM_EXCHANGE_DELETE_H
-#define KDEPIM_EXCHANGE_DELETE_H
+#ifndef TDEPIM_EXCHANGE_DELETE_H
+#define TDEPIM_EXCHANGE_DELETE_H
#include <tqstring.h>
#include <tqwidget.h>
diff --git a/libkpimexchange/core/exchangedownload.h b/libkpimexchange/core/exchangedownload.h
index 9993a56f0..591f5d254 100644
--- a/libkpimexchange/core/exchangedownload.h
+++ b/libkpimexchange/core/exchangedownload.h
@@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEPIM_EXCHANGE_DOWNLOAD_H
-#define KDEPIM_EXCHANGE_DOWNLOAD_H
+#ifndef TDEPIM_EXCHANGE_DOWNLOAD_H
+#define TDEPIM_EXCHANGE_DOWNLOAD_H
#include <tqstring.h>
#include <tqptrlist.h>
diff --git a/libkpimexchange/core/exchangemonitor.h b/libkpimexchange/core/exchangemonitor.h
index 773f65f0f..b43ba6881 100644
--- a/libkpimexchange/core/exchangemonitor.h
+++ b/libkpimexchange/core/exchangemonitor.h
@@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEPIM_EXCHANGE_MONITOR_H
-#define KDEPIM_EXCHANGE_MONITOR_H
+#ifndef TDEPIM_EXCHANGE_MONITOR_H
+#define TDEPIM_EXCHANGE_MONITOR_H
#include <tqstring.h>
#include <tqmap.h>
diff --git a/libkpimexchange/core/exchangeupload.h b/libkpimexchange/core/exchangeupload.h
index 0c8aa1699..5a6635976 100644
--- a/libkpimexchange/core/exchangeupload.h
+++ b/libkpimexchange/core/exchangeupload.h
@@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEPIM_EXCHANGE_UPLOAD_H
-#define KDEPIM_EXCHANGE_UPLOAD_H
+#ifndef TDEPIM_EXCHANGE_UPLOAD_H
+#define TDEPIM_EXCHANGE_UPLOAD_H
#include <tqstring.h>
#include <tqwidget.h>
diff --git a/libkpimexchange/core/utils.h b/libkpimexchange/core/utils.h
index c26eb72b2..a5dd85cce 100644
--- a/libkpimexchange/core/utils.h
+++ b/libkpimexchange/core/utils.h
@@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA.
*/
-#ifndef KDEPIM_EXCHANGE_UTILS_H
-#define KDEPIM_EXCHANGE_UTILS_H
+#ifndef TDEPIM_EXCHANGE_UTILS_H
+#define TDEPIM_EXCHANGE_UTILS_H
#include <tqstring.h>
#include <tqdom.h>