summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 12:45:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 12:45:07 +0900
commit5f439f5e6de7969752a2202e78f032751454705a (patch)
tree50aeab4cd5e6e69884f757950cab57c82ef9d780
parent076ec834048d2465420b6e09599552ad3f9dc9df (diff)
downloadlibtqt-perl-5f439f5e.tar.gz
libtqt-perl-5f439f5e.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--smoke/tqt/qtguess.pl.in4
1 files changed, 0 insertions, 4 deletions
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 );