diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:08 +0900 |
commit | 574903aecbce951271989da277b8719579524e66 (patch) | |
tree | daf1d497787e6a71e51fd4e47570a81dc4c82f06 /kjsembed/plugin | |
parent | aac4148223dae03eb97e2de5167369ec60d15625 (diff) | |
download | tdebindings-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.am | 2 |
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 |