diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:38 -0600 |
commit | 7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch) | |
tree | 28c064cf5647b2e8654cb4d5330d8e64afff27e2 /libkmime | |
parent | c0fc75368b41146e605536e973e1d635b9d64ced (diff) | |
download | tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip |
Additional renaming of kde to tde
Diffstat (limited to 'libkmime')
-rw-r--r-- | libkmime/kmime_util.cpp | 2 | ||||
-rw-r--r-- | libkmime/tests/test_kmime_codec.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libkmime/kmime_util.cpp b/libkmime/kmime_util.cpp index 624e0dae3..8110227e5 100644 --- a/libkmime/kmime_util.cpp +++ b/libkmime/kmime_util.cpp @@ -24,7 +24,7 @@ #include <kglobal.h> #include <klocale.h> #include <kcharsets.h> -#include <kdeversion.h> +#include <tdeversion.h> #if KDE_IS_VERSION( 3, 1, 90 ) #include <kcalendarsystem.h> #endif diff --git a/libkmime/tests/test_kmime_codec.cpp b/libkmime/tests/test_kmime_codec.cpp index 6562cbc25..57b1343e2 100644 --- a/libkmime/tests/test_kmime_codec.cpp +++ b/libkmime/tests/test_kmime_codec.cpp @@ -1,7 +1,7 @@ /* test program for KMime::Codec's: compile with: g++ -I$TQTDIR/include -I$KDEDIR/include -L$TQTDIR/lib -L$KDEDIR/lib \ - -lqt-mt -ltdecore -lkdenetwork -O2 -pthread -DTQT_THREAD_SUPPORT \ + -lqt-mt -ltdecore -ltdenetwork -O2 -pthread -DTQT_THREAD_SUPPORT \ -o test_kmime_codec{,.cpp} */ |