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
commitf71d5567f72f1aedf27b222a73fe09f0356fe3a5 (patch)
tree621a461cb3d0bff913dec8edb65918a9d06a6e18
parent85884131ec087874b49c3867a93728dc42a1b9be (diff)
downloadtdeutils-f71d5567.tar.gz
tdeutils-f71d5567.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kregexpeditor/CMakeLists.txt2
-rw-r--r--kregexpeditor/KMultiFormListBox/CMakeLists.txt2
-rw-r--r--kregexpeditor/KMultiFormListBox/Makefile.am2
-rw-r--r--kregexpeditor/KWidgetStreamer/CMakeLists.txt2
-rw-r--r--kregexpeditor/KWidgetStreamer/Makefile.am2
-rw-r--r--kregexpeditor/Makefile.am2
-rw-r--r--tdessh/CMakeLists.txt2
-rw-r--r--tdessh/Makefile.am2
8 files changed, 8 insertions, 8 deletions
diff --git a/kregexpeditor/CMakeLists.txt b/kregexpeditor/CMakeLists.txt
index 777fcaa..edc9fd1 100644
--- a/kregexpeditor/CMakeLists.txt
+++ b/kregexpeditor/CMakeLists.txt
@@ -33,7 +33,7 @@ link_directories(
)
add_definitions(
- -DQT_NO_CAST_ASCII
+ -DTQT_NO_CAST_ASCII
)
diff --git a/kregexpeditor/KMultiFormListBox/CMakeLists.txt b/kregexpeditor/KMultiFormListBox/CMakeLists.txt
index 67bfa33..81a6f89 100644
--- a/kregexpeditor/KMultiFormListBox/CMakeLists.txt
+++ b/kregexpeditor/KMultiFormListBox/CMakeLists.txt
@@ -23,7 +23,7 @@ link_directories(
)
add_definitions(
- -DQT_NO_CAST_ASCII
+ -DTQT_NO_CAST_ASCII
)
diff --git a/kregexpeditor/KMultiFormListBox/Makefile.am b/kregexpeditor/KMultiFormListBox/Makefile.am
index 3f2a395..95a3c79 100644
--- a/kregexpeditor/KMultiFormListBox/Makefile.am
+++ b/kregexpeditor/KMultiFormListBox/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -DQT_NO_CAST_ASCII
+AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
noinst_LTLIBRARIES = libtdemultiformlistbox.la
INCLUDES= -I$(srcdir)/../KWidgetStreamer $(all_includes)
diff --git a/kregexpeditor/KWidgetStreamer/CMakeLists.txt b/kregexpeditor/KWidgetStreamer/CMakeLists.txt
index e5b27b7..1f0479c 100644
--- a/kregexpeditor/KWidgetStreamer/CMakeLists.txt
+++ b/kregexpeditor/KWidgetStreamer/CMakeLists.txt
@@ -23,7 +23,7 @@ link_directories(
)
add_definitions(
- -DQT_NO_CAST_ASCII
+ -DTQT_NO_CAST_ASCII
)
diff --git a/kregexpeditor/KWidgetStreamer/Makefile.am b/kregexpeditor/KWidgetStreamer/Makefile.am
index c9b1260..42eff66 100644
--- a/kregexpeditor/KWidgetStreamer/Makefile.am
+++ b/kregexpeditor/KWidgetStreamer/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -DQT_NO_CAST_ASCII
+AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
noinst_LTLIBRARIES = libkwidgetstreamer.la
INCLUDES= -I$(srcdir)/../KMultiFormListBox $(all_includes)
diff --git a/kregexpeditor/Makefile.am b/kregexpeditor/Makefile.am
index b4b6625..ff9acd0 100644
--- a/kregexpeditor/Makefile.am
+++ b/kregexpeditor/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = KWidgetStreamer KMultiFormListBox picts predefined
KDE_ICON=AUTO
-AM_CPPFLAGS = -DQT_NO_CAST_ASCII -I$(srcdir)/KWidgetStreamer -I$(srcdir)/KMultiFormListBox $(all_includes)
+AM_CPPFLAGS = -DTQT_NO_CAST_ASCII -I$(srcdir)/KWidgetStreamer -I$(srcdir)/KMultiFormListBox $(all_includes)
# (useless)
noinst_HEADERS = \
diff --git a/tdessh/CMakeLists.txt b/tdessh/CMakeLists.txt
index 9681682..94fa5ec 100644
--- a/tdessh/CMakeLists.txt
+++ b/tdessh/CMakeLists.txt
@@ -22,7 +22,7 @@ link_directories(
)
add_definitions(
- -DQT_NO_CAST_ASCII
+ -DTQT_NO_CAST_ASCII
)
diff --git a/tdessh/Makefile.am b/tdessh/Makefile.am
index e8ed4a4..c6cedf8 100644
--- a/tdessh/Makefile.am
+++ b/tdessh/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for tdessh
-AM_CPPFLAGS = -DQT_NO_CAST_ASCII
+AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
INCLUDES= $(all_includes)