summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/KMultiFormListBox
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/KMultiFormListBox')
-rw-r--r--kregexpeditor/KMultiFormListBox/CMakeLists.txt2
-rw-r--r--kregexpeditor/KMultiFormListBox/Makefile.am2
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)