summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:35 +0900
commitdb944412a60445214d53c8561c340d1375cbb50f (patch)
treeecf7f085943f5bfc45e8017eda12aadf03dd9f4b
parent2a97cbef310033828c3823382ea9e0dfbcb46ca1 (diff)
downloadtdenetwork-db944412a60445214d53c8561c340d1375cbb50f.tar.gz
tdenetwork-db944412a60445214d53c8561c340d1375cbb50f.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kopete/libkopete/avdevice/Makefile.am2
-rw-r--r--kopete/libkopete/private/Makefile.am2
-rw-r--r--kopete/libkopete/tests/mock/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/avdevice/Makefile.am b/kopete/libkopete/avdevice/Makefile.am
index 75e57c1c..0ec1bacc 100644
--- a/kopete/libkopete/avdevice/Makefile.am
+++ b/kopete/libkopete/avdevice/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES =$(GLINC) $(all_includes)
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \
$(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private \
-I$(top_srcdir)/kopete/libkopete/ui $(all_includes)
METASOURCES = AUTO
diff --git a/kopete/libkopete/private/Makefile.am b/kopete/libkopete/private/Makefile.am
index 313de132..293ba94c 100644
--- a/kopete/libkopete/private/Makefile.am
+++ b/kopete/libkopete/private/Makefile.am
@@ -1,6 +1,6 @@
METASOURCES = AUTO
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \
$(KOPETE_INCLUDES) $(all_includes)
noinst_LTLIBRARIES = libkopeteprivate.la
diff --git a/kopete/libkopete/tests/mock/Makefile.am b/kopete/libkopete/tests/mock/Makefile.am
index 349273dd..4fc30ecc 100644
--- a/kopete/libkopete/tests/mock/Makefile.am
+++ b/kopete/libkopete/tests/mock/Makefile.am
@@ -1,5 +1,5 @@
METASOURCES = AUTO
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \
$(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private $(all_includes)
noinst_LTLIBRARIES = libkopete_mock.la