summaryrefslogtreecommitdiffstats
path: root/tdespell2
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 /tdespell2
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 'tdespell2')
-rw-r--r--tdespell2/Makefile.am2
-rw-r--r--tdespell2/tests/Makefile.am2
-rw-r--r--tdespell2/ui/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/tdespell2/Makefile.am b/tdespell2/Makefile.am
index 00ee8a81d..455b1f5c5 100644
--- a/tdespell2/Makefile.am
+++ b/tdespell2/Makefile.am
@@ -3,7 +3,7 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libtdespell2base.la
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT -I$(top_srcdir)/tdeutils $(all_includes)
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -I$(top_srcdir)/tdeutils $(all_includes)
tdespell2baseincludedir = $(includedir)/tdespell2
diff --git a/tdespell2/tests/Makefile.am b/tdespell2/tests/Makefile.am
index 362f59202..fc94843b5 100644
--- a/tdespell2/tests/Makefile.am
+++ b/tdespell2/tests/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT -I$(top_srcdir)/tdespell2 -I$(top_srcdir)/tdespell2/ui $(all_includes)
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -I$(top_srcdir)/tdespell2 -I$(top_srcdir)/tdespell2/ui $(all_includes)
METASOURCES = AUTO
diff --git a/tdespell2/ui/Makefile.am b/tdespell2/ui/Makefile.am
index 233996251..a2d3757d3 100644
--- a/tdespell2/ui/Makefile.am
+++ b/tdespell2/ui/Makefile.am
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libtdespell2.la
# Put most of the code in a noinst lib, for the unit tests to be able to use internal classes.
noinst_LTLIBRARIES = libtdespell2_noinst.la
-KDE_CXXFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT
+KDE_CXXFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT
INCLUDES = -I$(top_srcdir)/tdespell2 $(all_includes)
tdespell2includedir = $(includedir)/tdespell2