diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:10 +0900 |
commit | 36eb5edb79261eead2ffcab408685955daf02149 (patch) | |
tree | 56ee230b12a07e46ee0c6e1d5e5a36f0773f4e10 /quanta | |
parent | 877c4c1278e446a579e13a0e9af0f363c4eba6c0 (diff) | |
download | tdewebdev-36eb5edb79261eead2ffcab408685955daf02149.tar.gz tdewebdev-36eb5edb79261eead2ffcab408685955daf02149.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 'quanta')
-rw-r--r-- | quanta/quanta.tdevelop | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/quanta.tdevelop b/quanta/quanta.tdevelop index 3847bb89..9dbadfd9 100644 --- a/quanta/quanta.tdevelop +++ b/quanta/quanta.tdevelop @@ -81,8 +81,8 @@ <ccompilerbinary/> <cxxcompilerbinary/> <f77compilerbinary/> - <cflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cflags> - <cxxflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cxxflags> + <cflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cflags> + <cxxflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT -DDEBUG_PARSER</cxxflags> <f77flags/> <topsourcedir>/data/development/sources/kde-3.5/tdewebdev</topsourcedir> <cppflags/> @@ -136,7 +136,7 @@ <cxxcompilerbinary/> <f77compilerbinary/> <cflags/> - <cxxflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cxxflags> + <cxxflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cxxflags> <f77flags/> </withoutkafka> <final> @@ -151,8 +151,8 @@ <ccompilerbinary/> <cxxcompilerbinary/> <f77compilerbinary/> - <cflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cflags> - <cxxflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cxxflags> + <cflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cflags> + <cxxflags>-DKDE_NO_COMPAT -DTQT_NO_COMPAT</cxxflags> <f77flags/> </final> </configurations> |