diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 1ebe87b..231914f 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -263,10 +263,6 @@ our %tests = ( £, 5], "TQT_NO_COLORDIALOG" => ["ntqcolordialog.h", "TQColorDialog::customCount();", 12], "TQT_NO_COMBOBOX" => ["ntqcombobox.h", "TQComboBox( (TQWidget*)NULL );", 10], - "TQT_NO_COMPAT" => ["ntqfontmetrics.h", q£ - TQFontMetrics *foo= new TQFontMetrics( TQFont() ); - int bar = foo->width( 'c' ); - £, 0], "TQT_NO_COMPONENT" => ["ntqapplication.h", q£ TQApplication foo( argc, argv ); foo.addLibraryPath( TQString::null );