diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:35 +0900 |
commit | f71d5567f72f1aedf27b222a73fe09f0356fe3a5 (patch) | |
tree | 621a461cb3d0bff913dec8edb65918a9d06a6e18 /kregexpeditor/KMultiFormListBox | |
parent | 85884131ec087874b49c3867a93728dc42a1b9be (diff) | |
download | tdeutils-f71d5567f72f1aedf27b222a73fe09f0356fe3a5.tar.gz tdeutils-f71d5567f72f1aedf27b222a73fe09f0356fe3a5.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kregexpeditor/KMultiFormListBox')
-rw-r--r-- | kregexpeditor/KMultiFormListBox/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kregexpeditor/KMultiFormListBox/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
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) |