diff --git a/Krusader.tdevelop b/Krusader.tdevelop
index b546fa1..e83a0c2 100644
--- a/Krusader.tdevelop
+++ b/Krusader.tdevelop
@@ -50,16 +50,16 @@
- -DQT_THREAD_SUPPORT
+ -DTQT_THREAD_SUPPORT
kdevgccoptions
kdevgppoptions
kdevpgf77options
- -DQT_THREAD_SUPPORT
+ -DTQT_THREAD_SUPPORT
- -DQT_THREAD_SUPPORT
+ -DTQT_THREAD_SUPPORT
diff --git a/acinclude.m4 b/acinclude.m4
index bbbb70c..c2a6b6b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1333,7 +1333,7 @@ KDE_MT_LIBS=
if test "x$kde_use_qt_mt" = "xyes"; then
KDE_CHECK_THREADING
if test "x$kde_use_threading" = "xyes"; then
- CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
+ CPPFLAGS="$USE_THREADS -DTQT_THREAD_SUPPORT $CPPFLAGS"
KDE_MT_LDFLAGS="$USE_THREADS"
KDE_MT_LIBS="$LIBPTHREAD"
else