summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/tests/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:05 +0900
commitadaee77261a3bb9be75e0bde9d5e44ba5b4ff6bf (patch)
tree0c869c184299e4cb3db80fd2f688d7aff2263fb5 /kopete/kopete/chatwindow/tests/Makefile.am
parent9c1ef7fda11aa8fa0323b0d7a93a650b081ffd4d (diff)
downloadtdenetwork-adaee77261a3bb9be75e0bde9d5e44ba5b4ff6bf.tar.gz
tdenetwork-adaee77261a3bb9be75e0bde9d5e44ba5b4ff6bf.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 'kopete/kopete/chatwindow/tests/Makefile.am')
-rw-r--r--kopete/kopete/chatwindow/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/kopete/chatwindow/tests/Makefile.am b/kopete/kopete/chatwindow/tests/Makefile.am
index cb5b1e45..d2a7442c 100644
--- a/kopete/kopete/chatwindow/tests/Makefile.am
+++ b/kopete/kopete/chatwindow/tests/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT \
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_ASCII_CAST -DTQT_NO_COMPAT \
$(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/kopete/chatwindow -I$(top_srcdir)/kopete/libkopete $(all_includes) -DSRCDIR=\"$(top_srcdir)/kopete/kopete/chatwindow/tests\"
METASOURCES = AUTO
check_LTLIBRARIES = tdeunittest_chatwindowstyle_test.la tdeunittest_chatwindowstylerendering_test.la