summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/CMakeLists.txt
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 /kregexpeditor/CMakeLists.txt
parent85884131ec087874b49c3867a93728dc42a1b9be (diff)
downloadtdeutils-f71d5567f72f1aedf27b222a73fe09f0356fe3a5.tar.gz
tdeutils-f71d5567f72f1aedf27b222a73fe09f0356fe3a5.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kregexpeditor/CMakeLists.txt')
-rw-r--r--kregexpeditor/CMakeLists.txt2
1 files changed, 1 insertions, 1 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
)