From 574903aecbce951271989da277b8719579524e66 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:08 +0900 Subject: 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 --- smoke/tde/qtguess.pl.in | 2 +- smoke/tqt/qtguess.pl.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'smoke') diff --git a/smoke/tde/qtguess.pl.in b/smoke/tde/qtguess.pl.in index 5955fbd6..8a5b89a5 100644 --- a/smoke/tde/qtguess.pl.in +++ b/smoke/tde/qtguess.pl.in @@ -263,7 +263,7 @@ our %tests = ( £, 5], "QT_NO_COLORDIALOG" => ["qcolordialog.h", "TQColorDialog::customCount();", 12], "QT_NO_COMBOBOX" => ["qcombobox.h", "TQComboBox( (TQWidget*)NULL );", 10], - "QT_NO_COMPAT" => ["qfontmetrics.h", q£ + "TQT_NO_COMPAT" => ["qfontmetrics.h", q£ TQFontMetrics *foo= new TQFontMetrics( TQFont() ); int bar = foo->width( 'c' ); £, 0], diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 5955fbd6..8a5b89a5 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -263,7 +263,7 @@ our %tests = ( £, 5], "QT_NO_COLORDIALOG" => ["qcolordialog.h", "TQColorDialog::customCount();", 12], "QT_NO_COMBOBOX" => ["qcombobox.h", "TQComboBox( (TQWidget*)NULL );", 10], - "QT_NO_COMPAT" => ["qfontmetrics.h", q£ + "TQT_NO_COMPAT" => ["qfontmetrics.h", q£ TQFontMetrics *foo= new TQFontMetrics( TQFont() ); int bar = foo->width( 'c' ); £, 0], -- cgit v1.2.3