summaryrefslogtreecommitdiffstats
path: root/kjsembed/plugin
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:08 +0900
commit574903aecbce951271989da277b8719579524e66 (patch)
treedaf1d497787e6a71e51fd4e47570a81dc4c82f06 /kjsembed/plugin
parentaac4148223dae03eb97e2de5167369ec60d15625 (diff)
downloadtdebindings-574903aecbce951271989da277b8719579524e66.tar.gz
tdebindings-574903aecbce951271989da277b8719579524e66.zip
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/plugin')
-rw-r--r--kjsembed/plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/plugin/Makefile.am b/kjsembed/plugin/Makefile.am
index d55101ba..a3b25e8b 100644
--- a/kjsembed/plugin/Makefile.am
+++ b/kjsembed/plugin/Makefile.am
@@ -3,7 +3,7 @@
# Make sure the include path includes Qt's uilib
INCLUDES= -I$(TQTDIR)/tools/designer/uilib -I$(srcdir)/.. -I.. -I$(top_srcdir) $(all_includes)
-INCLUDES += -DQT_NO_ASCII_CAST
+INCLUDES += -DTQT_NO_ASCII_CAST
kde_module_LTLIBRARIES = libjsconsoleplugin.la