diff options
Diffstat (limited to 'tdeio/tests')
-rw-r--r-- | tdeio/tests/dataprotocoltest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/dataprotocoltest.cpp b/tdeio/tests/dataprotocoltest.cpp index 2cdcf36d4..ed0a63ed9 100644 --- a/tdeio/tests/dataprotocoltest.cpp +++ b/tdeio/tests/dataprotocoltest.cpp @@ -5,8 +5,8 @@ // invoke "make test" to generate the binary outside KDE CVS // fix the symptoms, not the illness ;-) -#ifdef QT_NO_ASCII_CAST -# undef QT_NO_ASCII_CAST +#ifdef TQT_NO_ASCII_CAST +# undef TQT_NO_ASCII_CAST #endif #ifdef DATAKIOSLAVE |