summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:04 +0900
commit89389861b375ade194e7a8bd5b5b15e7f36cde2c (patch)
tree3603192ae2c41f9edff90914bfa3d97a798f477a /tdeio
parent2518c29202d07d42d3220963b4596f5252e52937 (diff)
downloadtdelibs-89389861b375ade194e7a8bd5b5b15e7f36cde2c.tar.gz
tdelibs-89389861b375ade194e7a8bd5b5b15e7f36cde2c.zip
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/tests/dataprotocoltest.cpp4
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