summaryrefslogtreecommitdiffstats
path: root/libkmime/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
commit7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch)
tree28c064cf5647b2e8654cb4d5330d8e64afff27e2 /libkmime/tests
parentc0fc75368b41146e605536e973e1d635b9d64ced (diff)
downloadtdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz
tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip
Additional renaming of kde to tde
Diffstat (limited to 'libkmime/tests')
-rw-r--r--libkmime/tests/test_kmime_codec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmime/tests/test_kmime_codec.cpp b/libkmime/tests/test_kmime_codec.cpp
index 6562cbc2..57b1343e 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}
*/